mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Bug #1594742: wrong word in stringobject doc.
This commit is contained in:
parent
48b1007542
commit
361bc21c51
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ boundaries. Line breaks are not included in the resulting list unless
|
||||||
start\optional{, end}}}
|
start\optional{, end}}}
|
||||||
Return \code{True} if string starts with the \var{prefix}, otherwise
|
Return \code{True} if string starts with the \var{prefix}, otherwise
|
||||||
return \code{False}. \var{prefix} can also be a tuple of
|
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
|
that position. With optional \var{end}, stop comparing string at that
|
||||||
position.
|
position.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue