Thanks to visit codestin.com Credit goes to github.com
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 ccf1732 commit 7380186Copy full SHA for 7380186
1 file changed
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