Skip to content

Commit d77f4ac

Browse files
Add code block
1 parent e82c2ca commit d77f4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Python can manipulate text (represented by type :class:`str`, so-called
145145
"strings") as well as numbers. This includes characters "``!``", words
146146
"``rabbit``", names "``Paris``", sentences "``Got your back.``", etc.
147147
"``Yay! :)``". They can be enclosed in single quotes (``'...'``) or double
148-
quotes (``"..."``) with the same result [#]_.
148+
quotes (``"..."``) with the same result [#]_.::
149149

150150
>>> 'spam eggs' # single quotes
151151
'spam eggs'

0 commit comments

Comments
 (0)