From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:45:43 +0000 (+0200) Subject: gh-123834: Add `symtable` to the list of modules with a CLI (#123835) X-Git-Tag: v3.14.0a1~546 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32bc2d61411fb71bdc84eb29c6859517e7f25f36;p=thirdparty%2FPython%2Fcpython.git gh-123834: Add `symtable` to the list of modules with a CLI (#123835) --- diff --git a/Doc/library/cmdline.rst b/Doc/library/cmdline.rst index dd538cdb754e..78fe95a014ff 100644 --- a/Doc/library/cmdline.rst +++ b/Doc/library/cmdline.rst @@ -40,6 +40,7 @@ The following modules have a command-line interface. * :mod:`runpy` * :ref:`site ` * :ref:`sqlite3 ` +* :ref:`symtable ` * :ref:`sysconfig ` * :mod:`tabnanny` * :ref:`tarfile `