From: Andrew M. Kuchling <amk@amk.ca>
Date: Wed, 21 Jun 2000 01:48:46 +0000 (+0000)
Subject: Minor grammatical fix
X-Git-Tag: v2.0b1~1455
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4ca07cc8c4626e5e9b94f27da75959bba14ffac;p=python

Minor grammatical fix
---

diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index 5a0a41c49d..b04dbbefff 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}