We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569615f commit 720de0dCopy full SHA for 720de0d
Doc/tutorial/introduction.rst
@@ -195,7 +195,7 @@ an odd number of ``\`` characters; see
195
and workarounds.
196
197
String literals can span multiple lines. One way is using triple-quotes:
198
-``"""..."""`` or ``'''...'''``. End of lines are automatically
+``"""..."""`` or ``'''...'''``. End-of-line characters are automatically
199
included in the string, but it's possible to prevent this by adding a ``\`` at
200
the end of the line. In the following example, the initial newline is not
201
included::
0 commit comments