]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Feb 2025 19:23:49 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 19:23:49 +0000 (21:23 +0200)
Co-authored-by: za <za@python.or.id>
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::