]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-122876: Fix "End of lines" typo (#125310)
authorza <za@python.or.id>
Wed, 19 Feb 2025 19:16:38 +0000 (02:16 +0700)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 19:16:38 +0000 (19:16 +0000)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/tutorial/introduction.rst

index 65e3b1938bca9c079793265765717dd5a0a99ca2..bec5da8fd759acd0cb5e57cfc0af1f9b9755eb22 100644 (file)
@@ -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::