]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo reported in #964592.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 2 Jun 2004 12:48:41 +0000 (12:48 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 2 Jun 2004 12:48:41 +0000 (12:48 +0000)
Doc/ref/ref2.tex

index 35b0047b645bfa7dbf588db98f14311b2f17207f..28537cade0ca00cf8e3af6e3eebb89852838b35c 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).''