Issue 3505: single/double quote error in Python v2.6b2 documentation (original) (raw)

Issue3505

Created on 2008-08-05 12:41 by pavlosto, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg70735 - (view) Author: paul stoop (pavlosto) Date: 2008-08-05 12:41
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(?)).
msg70790 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-08-06 17:20
Thanks, fixed in r65558.
History
Date User Action Args
2022-04-11 14:56:37 admin set github: 47755
2008-08-06 17:20:56 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-08-05 12:41:56 pavlosto create