summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2024-07-23 13:08:39 (GMT)
committerGitHub <noreply@github.com>2024-07-23 13:08:39 (GMT)
commit498cb6dff10f97fa3d348a4c0ad9374d14af3312 (patch)
tree3dd6f8ef44477322ad02834a39f86af1cddb7542 /Doc
parent53e9e7de6359845f118431c05e2f14a96e03b757 (diff)
downloadcpython-498cb6dff10f97fa3d348a4c0ad9374d14af3312.zip
cpython-498cb6dff10f97fa3d348a4c0ad9374d14af3312.tar.gz
cpython-498cb6dff10f97fa3d348a4c0ad9374d14af3312.tar.bz2
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sysconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 9556da8..6834f66 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -376,7 +376,7 @@ Other functions
This is used mainly to distinguish platform-specific build directories and
platform-specific built distributions. Typically includes the OS name and
- version and the architecture (as supplied by 'os.uname()'), although the
+ version and the architecture (as supplied by :func:`os.uname`), although the
exact information included depends on the OS; e.g., on Linux, the kernel
version isn't particularly important.