Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dbb84a

Browse files
committed
#6819: fix typo.
1 parent d02c102 commit 5dbb84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ Modules
666666
of the shared library file.
667667

668668
Custom classes
669-
Custon class types are typically created by class definitions (see section
669+
Custom class types are typically created by class definitions (see section
670670
:ref:`class`). A class has a namespace implemented by a dictionary object.
671671
Class attribute references are translated to lookups in this dictionary, e.g.,
672672
``C.x`` is translated to ``C.__dict__["x"]`` (although there are a number of

0 commit comments

Comments
 (0)