diff options
author | Georg Brandl <georg@python.org> | 2009-10-22 16:08:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-22 16:08:10 (GMT) |
commit | f43713f9a78bd89d6ef23fd728391e714b28fb0c (patch) | |
tree | 021dc17fc40476b9c7dad44cf7ae4f4373b9b910 /Doc/reference/datamodel.rst | |
parent | 95a75046c0889eec8ea807035387432014f336df (diff) | |
download | cpython-f43713f9a78bd89d6ef23fd728391e714b28fb0c.zip cpython-f43713f9a78bd89d6ef23fd728391e714b28fb0c.tar.gz cpython-f43713f9a78bd89d6ef23fd728391e714b28fb0c.tar.bz2 |
#6927: fix wrong word.
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 e3abeb7..971c06e 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1532,7 +1532,7 @@ returning an ordered dictionary. The appropriate metaclass is determined by the following precedence rules: -* If the ``metaclass`` keyword argument is based with the bases, it is used. +* If the ``metaclass`` keyword argument is passed with the bases, it is used. * Otherwise, if there is at least one base class, its metaclass is used. |