Commit 20938f57 authored by Fred Drake's avatar Fred Drake

revise wording to avoid confusion for non-native English speakers

parent b4bf62f8
......@@ -689,7 +689,7 @@ sliced.
\begin{verbatim}
>>> word[:2] # The first two characters
'He'
>>> word[2:] # All but the first two characters
>>> word[2:] # Everything except the first two characters
'lpA'
\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