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.
2 parents 3b4d30a + a7db057 commit d894027Copy full SHA for d894027
1 file changed
Doc/c-api/object.rst
@@ -203,7 +203,7 @@ Object Protocol
203
i.e. contained in ``cls.__mro__``.
204
205
Normally only class objects, i.e. instances of :class:`type` or a derived
206
- class, are considered classes. However, objects can override this by haivng
+ class, are considered classes. However, objects can override this by having
207
a :attr:`__bases__` attribute (which must be a tuple of base classes).
208
209
0 commit comments