Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make "slice objects" a link in Built-in Types
  • Loading branch information
Jackenmen authored Oct 13, 2025
commit 0c3d821f0a5b022d951e8568de1e4a137d7c1a2a
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5978,7 +5978,7 @@ Internal Objects

See :ref:`types` for this information. It describes
:ref:`stack frame objects <frame-objects>`,
:ref:`traceback objects <traceback-objects>`, and slice objects.
:ref:`traceback objects <traceback-objects>`, and :ref:`slice objects <slice-objects>`.


.. _specialattrs:
Expand Down
Loading