mirror of
https://github.com/python/cpython.git
synced 2025-08-21 17:25:34 +00:00
Confusing punctuation.
This commit is contained in:
parent
21887dfc1a
commit
565569b8dc
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ next line is a logical continuation of the line::
|
||||||
|
|
||||||
print hello
|
print hello
|
||||||
|
|
||||||
Note that newlines still need to be embedded in the string using ``\n``; the
|
Note that newlines still need to be embedded in the string using ``\n`` -- the
|
||||||
newline following the trailing backslash is discarded. This example would print
|
newline following the trailing backslash is discarded. This example would print
|
||||||
the following:
|
the following:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue