mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
#6819: fix typo.
This commit is contained in:
parent
d02c1028fc
commit
5dbb84a234
@ -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…
Reference in New Issue
Block a user