Commit 248e893e authored by Fred Drake's avatar Fred Drake

revise wording to avoid confusion for non-native English speakers

(second occurance of the same wording)
parent 6636d623
......@@ -750,7 +750,7 @@ For example:
'p'
>>> word[-2:] # The last two characters
'pA'
>>> word[:-2] # All but the last two characters
>>> word[:-2] # Everything except the last two characters
'Hel'
\end{verbatim}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment