https://github.com/python/cpython/commit/720de0dc63cccef658272fc86e3bb533035ee39b
commit: 720de0dc63cccef658272fc86e3bb533035ee39b
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-19T19:24:21Z
summary:

[3.12] gh-122876: Fix "End of lines" typo (GH-125310) (#130316)

Co-authored-by: za <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/tutorial/introduction.rst

diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
index 65e3b1938bca9c..bec5da8fd759ac 100644
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -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::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to