mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)
This commit is contained in:
parent
9be3649f5e
commit
47b01da4cc
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