]> granicus.if.org Git - python/commitdiff
Fix typo reported in #964592. Will backport to 2.3.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 2 Jun 2004 12:48:20 +0000 (12:48 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 2 Jun 2004 12:48:20 +0000 (12:48 +0000)
Doc/ref/ref2.tex

index c434468b4bb19d2eb60428b8d2cafc0d24f1916e..759059266b71da3477be2ba3597160c9deedb6bf 100644 (file)
@@ -348,7 +348,7 @@ trailing underscore characters:
 
 \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
+  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.
   See section~\ref{atom-identifiers}, ``Identifiers (Names).''