From: Martin v. Löwis Date: Wed, 2 Jun 2004 12:48:41 +0000 (+0000) Subject: Fix typo reported in #964592. X-Git-Tag: v2.3.5c1~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3ad622581945d007aa94b9899d7c3a63d0a78ce;p=thirdparty%2FPython%2Fcpython.git Fix typo reported in #964592. --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 35b0047b645b..28537cade0ca 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -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).''