Docs: Use cross-reference to os.uname in sysconfig.get_platform (#122083)

This commit is contained in:
Ville Skyttä 2024-07-23 16:08:39 +03:00 committed by GitHub
parent 53e9e7de63
commit 498cb6dff1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.