revise wording to avoid confusion for non-native English speakers

This commit is contained in:
Fred Drake 2004-07-21 17:18:19 +00:00
parent b4bf62f807
commit 20938f57ba
1 changed files with 1 additions and 1 deletions

View File

@ -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}