]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-123834: Add `symtable` to the list of modules with a CLI (#123835)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 9 Sep 2024 11:45:43 +0000 (13:45 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 11:45:43 +0000 (13:45 +0200)
Doc/library/cmdline.rst

index dd538cdb754efb6f13843435167fbb7d621ee536..78fe95a014ff7c1574f5ae342e0ab06e42e536cf 100644 (file)
@@ -40,6 +40,7 @@ The following modules have a command-line interface.
 * :mod:`runpy`
 * :ref:`site <site-commandline>`
 * :ref:`sqlite3 <sqlite3-cli>`
+* :ref:`symtable <symtable-cli>`
 * :ref:`sysconfig <sysconfig-cli>`
 * :mod:`tabnanny`
 * :ref:`tarfile <tarfile-commandline>`