]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-132726: Change the heading of `sysconfig` CLI section (#133035)
authorSemyon Moroz <donbarbos@proton.me>
Mon, 28 Apr 2025 14:44:49 +0000 (18:44 +0400)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 14:44:49 +0000 (17:44 +0300)
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: