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 a0fa1ce commit c64cb6fCopy full SHA for c64cb6f
1 file changed
Doc/tutorial/introduction.rst
@@ -194,7 +194,7 @@ The interpreter prints the result of string operations in the same way as they
194
are typed for input: inside quotes, and with quotes and other funny characters
195
escaped by backslashes, to show the precise value. The string is enclosed in
196
double quotes if the string contains a single quote and no double quotes, else
197
-it's enclosed in single quotes. The :func:`print` function produces a more
+it's enclosed in single quotes. The :func:`print` function produces a more
198
readable output for such input strings.
199
200
String literals can span multiple lines in several ways. Continuation lines can
0 commit comments