summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref2.tex
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-06-02 12:48:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-06-02 12:48:20 (GMT)
commit13ff116ac7b753a53aab78e8f8cadc2021ca4292 (patch)
tree24da0b36713a8f999bd79139a53ec717de642874 /Doc/ref/ref2.tex
parentdd07e59eee2ba201ce0a28f2a1eafbb18f59a595 (diff)
downloadcpython-13ff116ac7b753a53aab78e8f8cadc2021ca4292.zip
cpython-13ff116ac7b753a53aab78e8f8cadc2021ca4292.tar.gz
cpython-13ff116ac7b753a53aab78e8f8cadc2021ca4292.tar.bz2
Fix typo reported in #964592. Will backport to 2.3.
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r--Doc/ref/ref2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index c434468..7590592 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).''