https://github.com/python/cpython/commit/0f84f6b334e4340798fb2ec4e1ca21ad838db339 commit: 0f84f6b334e4340798fb2ec4e1ca21ad838db339 branch: main author: Semyon Moroz <donbar...@proton.me> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-04-28T17:44:49+03:00 summary:
gh-132726: Change the heading of `sysconfig` CLI section (#133035) files: M Doc/library/sysconfig.rst diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 9f018f9c8f0e50..684d14a74c48ab 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: _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com