Skip to content

Commit 66f0b96

Browse files
committed
Doc: Remove pretty printers reference from Ellipsis doc at library/stdtypes
1 parent 767dd95 commit 66f0b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5878,7 +5878,7 @@ special operations. There is exactly one ellipsis object, named
58785878
It is written as ``Ellipsis`` or ``...``.
58795879

58805880
For instance, in the standard library and its documentation, ``Ellipsis`` can
5881-
appears in :ref:`pretty printers <prettyprinter-objects>`,
5881+
appears in
58825882
:const:`documentation tests <doctest.ELLIPSIS>`,
58835883
:ref:`type annotations <annotating-callables>`,
58845884
or instead of :ref:`pass statement <tut-pass>`.

0 commit comments

Comments
 (0)