Commit a4ca07cc authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Minor grammatical fix

parent d24ff44f
...@@ -142,7 +142,7 @@ The functions defined in this module are: ...@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment