mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Fix typo reported in #964592. Will backport to 2.3.
This commit is contained in:
parent
dd07e59eee
commit
13ff116ac7
1 changed files with 1 additions and 1 deletions
|
@ -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).''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue