diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-06-21 01:48:46 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-06-21 01:48:46 (GMT) |
commit | a4ca07cc8c4626e5e9b94f27da75959bba14ffac (patch) | |
tree | 802dcf48bcdb79bc42cfda527b5a2d6be6f17bd8 | |
parent | d24ff44f06396bf25f374781fc789a182da0bbfd (diff) | |
download | cpython-a4ca07cc8c4626e5e9b94f27da75959bba14ffac.zip cpython-a4ca07cc8c4626e5e9b94f27da75959bba14ffac.tar.gz cpython-a4ca07cc8c4626e5e9b94f27da75959bba14ffac.tar.bz2 |
Minor grammatical fix
-rw-r--r-- | Doc/lib/libstring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 5a0a41c..b04dbbe 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -142,7 +142,7 @@ The functions defined in this module are: Return the number of (non-overlapping) occurrences of substring \var{sub} in string \code{\var{s}[\var{start}:\var{end}]}. 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} \begin{funcdesc}{lower}{s} |