Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
link cmdline docs to dis docs CLI section
  • Loading branch information
chgnrdv committed Oct 10, 2023
commit 92da103020df64320457f612e1d31f6f0a962b87
2 changes: 1 addition & 1 deletion Doc/library/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following modules have a command-line interface.
* :ref:`compileall <compileall-cli>`
* :mod:`cProfile`: see :ref:`profile <profile-cli>`
* :ref:`difflib <difflib-interface>`
* :mod:`dis`
* :mod:`dis <dis-cli>`
* :mod:`doctest`
* :mod:`!encodings.rot_13`
* :mod:`ensurepip`
Expand Down
2 changes: 2 additions & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ the following command can be used to display the disassembly of

(The "2" is a line number).

.. _dis-cli:

Command-line interface
----------------------

Expand Down