mirror of
https://github.com/python/cpython.git
synced 2025-09-14 12:46:49 +00:00
[3.13] Docs: Use cross-reference to os.uname
in sysconfig.get_platform
(GH-122083) (#122171)
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083)
(cherry picked from commit 498cb6dff1
)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
44ec777eff
commit
ae9e02c508
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ Other functions
|
||||||
|
|
||||||
This is used mainly to distinguish platform-specific build directories and
|
This is used mainly to distinguish platform-specific build directories and
|
||||||
platform-specific built distributions. Typically includes the OS name 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
|
exact information included depends on the OS; e.g., on Linux, the kernel
|
||||||
version isn't particularly important.
|
version isn't particularly important.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue