Skip to content

Commit 0dc7228

Browse files
Clarify S3.1.2 in tutorial docs
1 parent e21057b commit 0dc7228

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/tutorial/introduction.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ Text
142142
----
143143

144144
Python can manipulate text (represented by type :class:`str`, so-called
145-
"strings") as well as numbers. This includes characters "``!``", words
146-
"``rabbit``", names "``Paris``", sentences "``Got your back.``", etc.
147-
"``Yay! :)``". They can be enclosed in single quotes (``'...'``) or double
148-
quotes (``"..."``) with the same result [#]_.
145+
"strings") as well as numbers. This includes characters (“``!``"), words
146+
(“``rabbit``"), names (“``Paris``"), sentences (“``Got your back.``"), and even
147+
special characters and emoticons (“``Yay! :)``"). They can be enclosed in
148+
single quotes (``'...'``) or double quotes (``"..."``) with the same
149+
result [#]_.
149150

150151
>>> 'spam eggs' # single quotes
151152
'spam eggs'

0 commit comments

Comments
 (0)