Skip to content

Commit fff3f97

Browse files
committed
Accept suggestions
1 parent a308589 commit fff3f97

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Doc/library/gzip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Example of how to GZIP compress a binary string::
267267

268268
.. _gzip-cli:
269269

270-
Command-line Interface
270+
Command-line interface
271271
----------------------
272272

273273
The :mod:`gzip` module provides a simple command line interface to compress or

Doc/library/inspect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ Buffer flags
17681768

17691769
.. _inspect-module-cli:
17701770

1771-
Command-line Interface
1771+
Command-line interface
17721772
----------------------
17731773

17741774
The :mod:`inspect` module also provides a basic introspection capability

Doc/library/pdb.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug
7878

7979
.. program:: pdb
8080

81+
Command-line interface
82+
----------------------
83+
8184
You can also invoke :mod:`pdb` from the command line to debug other scripts. For
8285
example::
8386

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

335338
.. _debugger-commands:
336339

337-
Debugger Commands
340+
Debugger commands
338341
-----------------
339342

340343
The commands recognized by the debugger are listed below. Most commands can be

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Module contents
270270

271271
.. _site-commandline:
272272

273-
Command-line Interface
273+
Command-line interface
274274
----------------------
275275

276276
.. program:: site

Doc/library/webbrowser.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ a new tab, with the browser being brought to the foreground. The use of the
5353

5454
.. program:: webbrowser
5555

56+
Command-line interface
57+
----------------------
58+
5659
The script :program:`webbrowser` can be used as a command-line interface for the
5760
module. It accepts a URL as the argument. It accepts the following optional
5861
parameters:
@@ -234,7 +237,7 @@ Here are some simple examples::
234237

235238
.. _browser-controllers:
236239

237-
Browser Controller Objects
240+
Browser controller objects
238241
--------------------------
239242

240243
Browser controllers provide the :attr:`~controller.name` attribute,

0 commit comments

Comments
 (0)