]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2024 13:29:46 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 13:29:46 +0000 (13:29 +0000)
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083)
(cherry picked from commit 498cb6dff10f97fa3d348a4c0ad9374d14af3312)

Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
Doc/library/sysconfig.rst

index 9556da808f8c6340d16141e58670f6d0595ad98d..6834f66b386e4b1ff0f7a17056aa055366fc1f8a 100644 (file)
@@ -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.