Commit 5dbb84a2 authored by Georg Brandl's avatar Georg Brandl

#6819: fix typo.

parent d02c1028
...@@ -666,7 +666,7 @@ Modules ...@@ -666,7 +666,7 @@ Modules
of the shared library file. of the shared library file.
Custom classes 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. :ref:`class`). A class has a namespace implemented by a dictionary object.
Class attribute references are translated to lookups in this dictionary, e.g., 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 ``C.x`` is translated to ``C.__dict__["x"]`` (although there are a number of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment