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

Skip to content

Commit d894027

Browse files
Fixed a typo.
2 parents 3b4d30a + a7db057 commit d894027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Object Protocol
203203
i.e. contained in ``cls.__mro__``.
204204
205205
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
206+
class, are considered classes. However, objects can override this by having
207207
a :attr:`__bases__` attribute (which must be a tuple of base classes).
208208
209209

0 commit comments

Comments
 (0)