8000 [3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_plat… · python/cpython@cde9a26 · GitHub
[go: up one dir, main page]

Skip to content

Commit cde9a26

Browse files
miss-islingtonscop
andauthored
[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 498cb6d) Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
1 parent 6477653 commit cde9a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sysconfig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Other functions
376376

377377
This is used mainly to distinguish platform-specific build directories and
378378
platform-specific built distributions. Typically includes the OS name and
379-
version and the architecture (as supplied by 'os.uname()'), although the
379+
version and the architecture (as supplied by :func:`os.uname`), although the
380380
exact information included depends on the OS; e.g., on Linux, the kernel
381381
version isn't particularly important.
382382

0 commit comments

Comments
 (0)
0