diff options
| author | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-20 18:15:11 +1000 |
|---|---|---|
| committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-20 18:15:11 +1000 |
| commit | 78770f0b788db66e5b60cfbf5529935ae2264ccd (patch) | |
| tree | f77cd8fbc1bf1f11918fb327ef6fbfe1c4da94e3 /Doc/reference/datamodel.rst | |
| parent | 010ce3283a6989979817ffdb7beb603cb6dabe15 (diff) | |
| download | cpython-git-78770f0b788db66e5b60cfbf5529935ae2264ccd.tar.gz | |
Fix typo in new metaclass docs
Diffstat (limited to 'Doc/reference/datamodel.rst')
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 0fd5e7427c..9f0b112cb6 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1634,7 +1634,7 @@ Creating the class object Once the class namespace has been populated by executing the class body, the class object is created by calling ``metaclass(name, bases, namespace, **kwds)`` (the additional keywords -passed here are the same as those passed to ``__prepate__``). +passed here are the same as those passed to ``__prepare__``). This class object is the one that will be referenced by the zero-argument form of :func:`super`. ``__class__`` is an implicit closure reference |
