revise wording to avoid confusion for non-native English speakers

(second occurance of the same wording)
This commit is contained in:
Fred Drake 2004-07-21 17:36:47 +00:00
parent 20938f57ba
commit 4ab0e9e541
1 changed files with 1 additions and 1 deletions

View File

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