Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c64cb6f

Browse files
committed
Extra space caught by the post-commit-hook, aka Taggnostr :)
1 parent a0fa1ce commit c64cb6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The interpreter prints the result of string operations in the same way as they
194194
are typed for input: inside quotes, and with quotes and other funny characters
195195
escaped by backslashes, to show the precise value. The string is enclosed in
196196
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
197+
it's enclosed in single quotes. The :func:`print` function produces a more
198198
readable output for such input strings.
199199

200200
String literals can span multiple lines in several ways. Continuation lines can

0 commit comments

Comments
 (0)