[Python-checkins] CVS: python/dist/src/Doc/lib libstring.tex,1.36,1.37

A.M. Kuchling python-dev@python.org
Tue, 20 Jun 2000 18:48:55 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv1013

Modified Files:
	libstring.tex 
Log Message:
Minor grammatical fix


Index: libstring.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstring.tex,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** libstring.tex	2000/04/10 18:35:49	1.36
--- libstring.tex	2000/06/21 01:48:46	1.37
***************
*** 143,147 ****
    \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.
  \end{funcdesc}
  
--- 143,147 ----
    \var{sub} in string \code{\var{s}[\var{start}:\var{end}]}.
    Defaults for \var{start} and \var{end} and interpretation of
!   negative values are the same as for slices.
  \end{funcdesc}