Skip to content

Commit e5e5717

Browse files
committed
I give up
1 parent 9b83e3d commit e5e5717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0800.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ and :c:member:`~PyTypeObject.tp_basicsize` fields of the type object, which are
397397
accessible from Python code as the undocumented attributes ``__itemsize__`` and ``__basicsize__``
398398
on type objects.
399399

400-
Similarly, classes implemented in Python are solid bases if they have :attr:`~object.__slots__`, because
400+
Similarly, classes implemented in Python are solid bases if they have ``__slots__``, because
401401
slots force a particular memory layout.
402402

403403
.. _pep-800-mypy-incompatibility-check:

0 commit comments

Comments
 (0)