[Python-checkins] python/dist/src/Doc/ref ref2.tex, 1.48.10.2, 1.48.10.3

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Jun 2 08:48:44 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16254

Modified Files:
      Tag: release23-maint
	ref2.tex 
Log Message:
Fix typo reported in #964592.


Index: ref2.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref2.tex,v
retrieving revision 1.48.10.2
retrieving revision 1.48.10.3
diff -C2 -d -r1.48.10.2 -r1.48.10.3
*** ref2.tex	8 Feb 2004 20:19:42 -0000	1.48.10.2
--- ref2.tex	2 Jun 2004 12:48:41 -0000	1.48.10.3
***************
*** 349,353 ****
  \item[\code{__*}]
    Class-private names.  Names in this category, when used within the
!   context of a class definition, are re-written to use a mangled for
    to help avoid name clashes between ``private'' attributes of base
    and derived classes.
--- 349,353 ----
  \item[\code{__*}]
    Class-private names.  Names in this category, when used within the
!   context of a class definition, are re-written to use a mangled form
    to help avoid name clashes between ``private'' attributes of base
    and derived classes.




More information about the Python-checkins mailing list