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
Accept suggestions
  • Loading branch information
donbarbos committed Nov 17, 2025
commit fff3f977045f4298ac87477a802532b2691860f0
2 changes: 1 addition & 1 deletion Doc/library/gzip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Example of how to GZIP compress a binary string::

.. _gzip-cli:

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

The :mod:`gzip` module provides a simple command line interface to compress or
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ Buffer flags

.. _inspect-module-cli:

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

The :mod:`inspect` module also provides a basic introspection capability
Expand Down
5 changes: 4 additions & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug

.. program:: pdb

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

You can also invoke :mod:`pdb` from the command line to debug other scripts. For
example::

Expand Down Expand Up @@ -334,7 +337,7 @@ access further features, you have to do this yourself:

.. _debugger-commands:

Debugger Commands
Debugger commands
-----------------

The commands recognized by the debugger are listed below. Most commands can be
Expand Down
2 changes: 1 addition & 1 deletion Doc/library/site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Module contents

.. _site-commandline:

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

.. program:: site
Expand Down
5 changes: 4 additions & 1 deletion Doc/library/webbrowser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ a new tab, with the browser being brought to the foreground. The use of the

.. program:: webbrowser

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

The script :program:`webbrowser` can be used as a command-line interface for the
module. It accepts a URL as the argument. It accepts the following optional
parameters:
Expand Down Expand Up @@ -234,7 +237,7 @@ Here are some simple examples::

.. _browser-controllers:

Browser Controller Objects
Browser controller objects
--------------------------

Browser controllers provide the :attr:`~controller.name` attribute,
Expand Down
Loading