Skip to content

Commit 011ceb9

Browse files
committed
Doc: Add NumPy reference into Ellipsis doc at library/stdtypes
1 parent e8e0582 commit 011ceb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5884,6 +5884,12 @@ appears in :ref:`pretty printers <prettyprinter-objects>`,
58845884
or instead of :ref:`pass statement <tut-pass>`.
58855885

58865886

5887+
.. seealso::
5888+
5889+
`NumPy's slicing and striding <https://numpy.org/doc/stable/user/basics.indexing.html#slicing-and-striding>`_
5890+
A known-well Ellipsis use on third packages is the slicing on the Numpy.
5891+
5892+
58875893
.. _bltin-notimplemented-object:
58885894

58895895
The NotImplemented Object

0 commit comments

Comments
 (0)