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.
1 parent b676958 commit 68e557bCopy full SHA for 68e557b
Doc/c-api/object.rst
@@ -245,7 +245,7 @@ Object Protocol
245
class, are considered classes. However, objects can override this by having
246
a :attr:`__bases__` attribute (which must be a tuple of base classes).
247
248
- Another function, :attr:`__base__` that is specific to Cpython and also
+ Another function, :attr:`__base__` that is specific to CPython and also
249
exists in Jython and PyPy can also be used on a class inheriting from one
250
or more classes. When such a class takes arguments in the correct order,
251
then starting leftmost.
0 commit comments