From 20938f57ba9e1af66a1e39b7558d43ebebbe5a8b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 21 Jul 2004 17:18:19 +0000 Subject: revise wording to avoid confusion for non-native English speakers --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index be9cb0a..06cb677 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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} -- cgit v0.12