Fixed a number of small problems reported by Detlef Lannert

<lannert@uni-duesseldorf.de>.
This commit is contained in:
Fred Drake 2000-09-21 05:25:30 +00:00
parent f5855746fe
commit fffe5dbc47
3 changed files with 8 additions and 9 deletions

View file

@ -327,7 +327,7 @@ constructed by the comma operator (not within square brackets), with
or without enclosing parentheses, but an empty tuple must have the
enclosing parentheses, e.g., \code{a, b, c} or \code{()}. A single
item tuple must have a trailing comma, e.g., \code{(d,)}. Buffers are
not directly support by Python syntax, but can created by calling the
not directly supported by Python syntax, but can be created by calling the
builtin function \function{buffer()}.\bifuncindex{buffer} XRanges
objects are similar to buffers in that there is no specific syntax to
create them, but they are created using the \function{xrange()}