From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:23:49 +0000 (+0100) Subject: [3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315) X-Git-Tag: v3.13.3~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c92424b9422658b2e019940c63e1799fc71b302;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315) Co-authored-by: za Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index 65e3b1938bca..bec5da8fd759 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::