Skip to content

Commit 498cb6d

Browse files
authored
Docs: Use cross-reference to os.uname in sysconfig.get_platform (#122083)
1 parent 53e9e7d commit 498cb6d

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)