Skip to content

Commit 500e585

Browse files
committed
Sort items
1 parent d18e2c9 commit 500e585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/cmdline.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The following modules have a command-line interface.
88
* :ref:`asyncio <asyncio-cli>`
99
* :mod:`base64`
1010
* :ref:`calendar <calendar-cli>`
11-
* :mod:`cProfile`: see :ref:`profile <profile-cli>`
1211
* :mod:`code`
1312
* :ref:`compileall <compileall-cli>`
13+
* :mod:`cProfile`: see :ref:`profile <profile-cli>`
1414
* :ref:`difflib <difflib-interface>`
1515
* :mod:`dis`
1616
* :mod:`doctest`
@@ -30,8 +30,8 @@ The following modules have a command-line interface.
3030
* :ref:`pickletools <pickletools-cli>`
3131
* :mod:`platform`
3232
* :mod:`poplib`
33-
* :mod:`pstats`
3433
* :ref:`profile <profile-cli>`
34+
* :mod:`pstats`
3535
* :ref:`py_compile <py_compile-cli>`
3636
* :mod:`pyclbr`
3737
* :mod:`pydoc`
@@ -47,8 +47,8 @@ The following modules have a command-line interface.
4747
* :ref:`tokenize <tokenize-cli>`
4848
* :ref:`trace <trace-cli>`
4949
* :mod:`turtledemo`
50-
* :ref:`uuid <uuid-cli>`
5150
* :ref:`unittest <unittest-command-line-interface>`
51+
* :ref:`uuid <uuid-cli>`
5252
* :mod:`venv`
5353
* :mod:`webbrowser`
5454
* :ref:`zipapp <zipapp-command-line-interface>`

0 commit comments

Comments
 (0)