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.
:ref:
1 parent 01a4bee commit f31c2f9Copy full SHA for f31c2f9
1 file changed
Doc/reference/datamodel.rst
@@ -1896,9 +1896,9 @@ falling back to :meth:`~object.__getitem__`). [#]_
1896
When implementing a class that emulates any built-in type, it is important that
1897
the emulation only be implemented to the degree that it makes sense for the
1898
object being modelled. For example, some sequences may work well with retrieval
1899
-of individual elements, but extracting a slice may not make sense. (One example
1900
-of this is the :class:`~xml.dom.NodeList` interface in the W3C's Document
1901
-Object Model.)
+of individual elements, but extracting a slice may not make sense.
+(One example of this is the :ref:`NodeList <dom-nodelist-objects>` interface
+in the W3C's Document Object Model.)
1902
1903
1904
.. _customization:
0 commit comments