mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Minor grammatical fix
This commit is contained in:
parent
d24ff44f06
commit
a4ca07cc8c
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ The functions defined in this module are:
|
||||||
Return the number of (non-overlapping) occurrences of substring
|
Return the number of (non-overlapping) occurrences of substring
|
||||||
\var{sub} in string \code{\var{s}[\var{start}:\var{end}]}.
|
\var{sub} in string \code{\var{s}[\var{start}:\var{end}]}.
|
||||||
Defaults for \var{start} and \var{end} and interpretation of
|
Defaults for \var{start} and \var{end} and interpretation of
|
||||||
negative values is the same as for slices.
|
negative values are the same as for slices.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{lower}{s}
|
\begin{funcdesc}{lower}{s}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue