Skip to content

Commit 6d1ad66

Browse files
committed
Use impl-detail:: markup instead of note::
1 parent 90c3b74 commit 6d1ad66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Doc/c-api/object.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ Object Protocol
286286
>>> D.__base__
287287
<class 'B'>
288288
289-
Note that behavior of the ``__base__`` attribute is dependent on the :term:`CPython` implementation.
289+
.. impl-detail::
290+
Note that behavior of the ``__base__`` attribute is dependent on the :term:`CPython` implementation.
290291
291292
.. c:function:: int PyObject_IsInstance(PyObject *inst, PyObject *cls)
292293

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5453,7 +5453,7 @@ types, where they are relevant. Some of these are not reported by the
54535453
involving base classes that contribute to the instance layout.
54545454
``__base__`` is the base class that is involved in that chain.
54555455

5456-
.. note::
5456+
.. impl-detail::
54575457
The behavior of the ``__base__`` attribute is dependent on the :term:`CPython` implementation.
54585458

54595459
.. attribute:: definition.__name__

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ Custom classes
860860
involving base classes that contribute to the instance layout.
861861
``__base__`` is the base class that is involved in that chain.
862862

863-
.. note::
863+
.. impl-detail::
864864
The behavior of the ``__base__`` attribute is dependent on the :term:`CPython` implementation.
865865

866866
:attr:`__doc__`

0 commit comments

Comments
 (0)