From: Karolina Surma <33810531+befeleme@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:27:12 +0000 (+0200) Subject: sysconfig docs: fix broken link to the source code (#110920) X-Git-Tag: v3.13.0a2~459 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db656aebc659e5023d004053db44031176bbe9f5;p=thirdparty%2FPython%2Fcpython.git sysconfig docs: fix broken link to the source code (#110920) It's now a package. See: https://github.com/python/cpython/commit/4a53a397c311567f05553bc25a28aebaba4f6f65 --- diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 905abc3a7c9f..2faab212e46e 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -9,7 +9,7 @@ .. versionadded:: 3.2 -**Source code:** :source:`Lib/sysconfig.py` +**Source code:** :source:`Lib/sysconfig` .. index:: single: configuration information