Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``''``.

Expand Down
1 change: 0 additions & 1 deletion Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading