Skip to content

Commit 68e557b

Browse files
authored
fix wording for CPython
1 parent b676958 commit 68e557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Object Protocol
245245
class, are considered classes. However, objects can override this by having
246246
a :attr:`__bases__` attribute (which must be a tuple of base classes).
247247
248-
Another function, :attr:`__base__` that is specific to Cpython and also
248+
Another function, :attr:`__base__` that is specific to CPython and also
249249
exists in Jython and PyPy can also be used on a class inheriting from one
250250
or more classes. When such a class takes arguments in the correct order,
251251
then starting leftmost.

0 commit comments

Comments
 (0)