Typo fix
This commit is contained in:
parent
1f7d4394d0
commit
d42a5e3168
|
@ -137,7 +137,7 @@ listed so that nonsense like the following is disallowed::
|
|||
|
||||
However, even this is inadequate, as it creates problems for the definition
|
||||
of simple_stmt (which allows chaining of multiple single line statements
|
||||
with ";" rather than "\n").
|
||||
with ";" rather than "\\n").
|
||||
|
||||
So the above syntax change should instead be taken as a statement of intent.
|
||||
Any actual proposal would need to resolve the simple_stmt parsing problem
|
||||
|
|
Loading…
Reference in New Issue