mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
[3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)
Co-authored-by: za <za@python.or.id> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
094394a380
commit
6c92424b94
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ an odd number of ``\`` characters; see
|
|||
and workarounds.
|
||||
|
||||
String literals can span multiple lines. One way is using triple-quotes:
|
||||
``"""..."""`` or ``'''...'''``. End of lines are automatically
|
||||
``"""..."""`` or ``'''...'''``. End-of-line characters are automatically
|
||||
included in the string, but it's possible to prevent this by adding a ``\`` at
|
||||
the end of the line. In the following example, the initial newline is not
|
||||
included::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue