gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)

This commit is contained in:
Weilin Du 2025-07-13 02:15:04 +08:00 committed by GitHub
parent 9be3649f5e
commit 47b01da4cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -176,8 +176,8 @@ Cross platform
:attr:`processor` is resolved late, on demand.
Note: the first two attribute names differ from the names presented by
:func:`os.uname`, where they are named :attr:`sysname` and
:attr:`nodename`.
:func:`os.uname`, where they are named :attr:`!sysname` and
:attr:`!nodename`.
Entries which cannot be determined are set to ``''``.

View file

@ -26,7 +26,6 @@ Doc/library/multiprocessing.rst
Doc/library/optparse.rst
Doc/library/os.rst
Doc/library/pickletools.rst
Doc/library/platform.rst
Doc/library/profile.rst
Doc/library/pyexpat.rst
Doc/library/resource.rst