[New-bugs-announce] [issue3505] single/double quote error in Python v2.6b2 documentation

paul stoop report at bugs.python.org
Tue Aug 5 14:42:57 CEST 2008


New submission from paul stoop <paul.stoop.nl at gmail.com>:

hi,

On http://docs.python.org/ref/strings.html we find
longstring ::= "'''" longstringitem* "'''" | '"""' longstringitem* '"""'
(correct),

but,

on http://docs.python.org/dev/reference/lexical_analysis.html#id7
we find:
                v                    v
longstring ::= ""'" longstringitem* ""'" | '"""' longstringitem* '"""'
                ^                    ^
(not correct, i think(?)).

----------
assignee: georg.brandl
components: Documentation
messages: 70735
nosy: georg.brandl, pavlosto
severity: normal
status: open
title: single/double quote error in Python v2.6b2 documentation
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3505>
_______________________________________


More information about the New-bugs-announce mailing list