Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02c102 commit 5dbb84aCopy full SHA for 5dbb84a
1 file changed
Doc/reference/datamodel.rst
@@ -666,7 +666,7 @@ Modules
666
of the shared library file.
667
668
Custom classes
669
- Custon class types are typically created by class definitions (see section
+ Custom class types are typically created by class definitions (see section
670
:ref:`class`). A class has a namespace implemented by a dictionary object.
671
Class attribute references are translated to lookups in this dictionary, e.g.,
672
``C.x`` is translated to ``C.__dict__["x"]`` (although there are a number of
0 commit comments