]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Apr 2025 15:19:46 +0000 (17:19 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 15:19:46 +0000 (15:19 +0000)
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Doc/library/sysconfig.rst

index 9f018f9c8f0e50b8f4c3979624d72a0d00ff7882..684d14a74c48ab057970520623577c308f6d4a2d 100644 (file)
@@ -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: