mirror of
https://github.com/python/cpython.git
synced 2025-10-29 12:44:56 +00:00
Fixed a number of small problems reported by Detlef Lannert
<lannert@uni-duesseldorf.de>.
This commit is contained in:
parent
f5855746fe
commit
fffe5dbc47
3 changed files with 8 additions and 9 deletions
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue