https://github.com/python/cpython/commit/cde9a26eb5d759066c6599db1512096f43e1c64c
commit: cde9a26eb5d759066c6599db1512096f43e1c64c
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-07-23T13:14:50Z
summary:

[3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` 
(GH-122083) (#122172)

Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083)
(cherry picked from commit 498cb6dff10f97fa3d348a4c0ad9374d14af3312)

Co-authored-by: Ville Skyttä <[email protected]>

files:
M Doc/library/sysconfig.rst

diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 75672913943c21..b9841d49be2878 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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to