[Python-checkins] python/dist/src/Doc/lib libprofile.tex, 1.42, 1.43 libregex.tex, 1.34, 1.35

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:02:19 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv2359/Doc/lib

Modified Files:
	libprofile.tex libregex.tex 
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** libprofile.tex	25 Aug 2003 04:28:04 -0000	1.42
--- libprofile.tex	20 Oct 2003 14:01:46 -0000	1.43
***************
*** 408,412 ****
  
  When more than one key is provided, then additional keys are used as
! secondary criteria when the there is equality in all keys selected
  before them.  For example, \samp{sort_stats('name', 'file')} will sort
  all the entries according to their function name, and resolve all ties
--- 408,412 ----
  
  When more than one key is provided, then additional keys are used as
! secondary criteria when there is equality in all keys selected
  before them.  For example, \samp{sort_stats('name', 'file')} will sort
  all the entries according to their function name, and resolve all ties

Index: libregex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libregex.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** libregex.tex	22 Sep 2003 15:00:55 -0000	1.34
--- libregex.tex	20 Oct 2003 14:01:47 -0000	1.35
***************
*** 248,252 ****
    objects are not affected.)  The argument is an integer which is the
    OR of several flag bits.  The return value is the previous value of
!   the syntax flags.  Names for the flags are defined in the standard 
    module \code{regex_syntax}\refstmodindex{regex_syntax}; read the
    file \file{regex_syntax.py} for more information.
--- 248,252 ----
    objects are not affected.)  The argument is an integer which is the
    OR of several flag bits.  The return value is the previous value of
!   the syntax flags.  Names for the flags are defined in the standard
    module \code{regex_syntax}\refstmodindex{regex_syntax}; read the
    file \file{regex_syntax.py} for more information.





More information about the Python-checkins mailing list