From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:19:46 +0000 (+0200) Subject: [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088) X-Git-Tag: v3.13.4~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85882ca0e71c7ba65f4b5b88307b196791328724;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088) Co-authored-by: Semyon Moroz --- diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 9f018f9c8f0e..684d14a74c48 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -429,9 +429,10 @@ Other functions Return the path of :file:`Makefile`. .. _sysconfig-cli: +.. _using-sysconfig-as-a-script: -Using :mod:`sysconfig` as a script ----------------------------------- +Command-line usage +------------------ You can use :mod:`sysconfig` as a script with Python's *-m* option: