]> granicus.if.org Git - python/commitdiff
Minor wording change on slicing aide-memoire.
authorSteve Holden <steve@holdenweb.com>
Thu, 26 Apr 2007 14:23:12 +0000 (14:23 +0000)
committerSteve Holden <steve@holdenweb.com>
Thu, 26 Apr 2007 14:23:12 +0000 (14:23 +0000)
Doc/tut/tut.tex

index 2981a789de988f4f68017a107d7d9e7babdeae00..3e047f32a46ec4a6d49db807fab66b17c0a7b75d 100644 (file)
@@ -813,7 +813,7 @@ Traceback (most recent call last):
 IndexError: string index out of range
 \end{verbatim}
 
-The best way to remember how slices work is to think of the indices as
+One way to remember how slices work is to think of the indices as
 pointing \emph{between} characters, with the left edge of the first
 character numbered 0.  Then the right edge of the last character of a
 string of \var{n} characters has index \var{n}, for example: