8000 Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (… · nohlson/cpython@cd25231 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd25231

Browse files
scopnohlson
authored andcommitted
Docs: Use cross-reference to os.uname in sysconfig.get_platform (python#122083)
1 parent 1d7d6d7 commit cd25231

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