Bug #1594742: wrong word in stringobject doc.

This commit is contained in:
Georg Brandl 2006-11-11 18:29:11 +00:00
parent 48b1007542
commit 361bc21c51
1 changed files with 1 additions and 1 deletions

View 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.