mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#6819: fix typo.
This commit is contained in:
parent
d02c1028fc
commit
5dbb84a234
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ Modules
|
|||
of the shared library file.
|
||||
|
||||
Custom classes
|
||||
Custon class types are typically created by class definitions (see section
|
||||
Custom class types are typically created by class definitions (see section
|
||||
:ref:`class`). A class has a namespace implemented by a dictionary object.
|
||||
Class attribute references are translated to lookups in this dictionary, e.g.,
|
||||
``C.x`` is translated to ``C.__dict__["x"]`` (although there are a number of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue