]> granicus.if.org Git - python/commitdiff
Minor grammatical fix
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 21 Jun 2000 01:48:46 +0000 (01:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 21 Jun 2000 01:48:46 +0000 (01:48 +0000)
Doc/lib/libstring.tex

index 5a0a41c49d3e3fc55d3d7bd9d76eb529dd98ca6f..b04dbbefff9e6fb4f444701ac13bbd9121d6ee1c 100644 (file)
@@ -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}