mirror of
https://github.com/python/cpython.git
synced 2026-04-16 16:51:15 +00:00
[3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136597)
(cherry picked from commit 47b01da4cc)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
This commit is contained in:
parent
64df22c190
commit
d351f29ef0
2 changed files with 2 additions and 3 deletions
|
|
@ -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 ``''``.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue