Skip to content

Commit 7380186

Browse files
zahugovk
andauthored
gh-122876: Fix "End of lines" typo (#125310)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent ccf1732 commit 7380186

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)