]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 23 Jul 2024 13:08:39 +0000 (16:08 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 13:08:39 +0000 (14:08 +0100)
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.