Skip to content

Commit 6c92424

Browse files
miss-islingtonzahugovk
authored
[3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)
Co-authored-by: za <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 094394a commit 6c92424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ an odd number of ``\`` characters; see
195195
and workarounds.
196196

197197
String literals can span multiple lines. One way is using triple-quotes:
198-
``"""..."""`` or ``'''...'''``. End of lines are automatically
198+
``"""..."""`` or ``'''...'''``. End-of-line characters are automatically
199199
included in the string, but it's possible to prevent this by adding a ``\`` at
200200
the end of the line. In the following example, the initial newline is not
201201
included::

0 commit comments

Comments
 (0)