]> granicus.if.org Git - python/commitdiff
Bug #1594742: wrong word in stringobject doc.
authorGeorg Brandl <georg@python.org>
Sat, 11 Nov 2006 18:29:15 +0000 (18:29 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 11 Nov 2006 18:29:15 +0000 (18:29 +0000)
 (backport from rev. 52731)

Doc/lib/libstdtypes.tex

index 84ca938ae6893279948028af13619444341006a0..5bd6590cde518940a6fceb3b30bc96371523e36e 100644 (file)
@@ -834,7 +834,7 @@ boundaries.  Line breaks are not included in the resulting list unless
                                        start\optional{, end}}}
 Return \code{True} if string starts with the \var{prefix}, otherwise
 return \code{False}.  \var{prefix} can also be a tuple of
-suffixes to look for.  With optional \var{start}, test string beginning at
+prefixes to look for.  With optional \var{start}, test string beginning at
 that position.  With optional \var{end}, stop comparing string at that
 position.