Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64df22c commit d351f29Copy full SHA for d351f29
2 files changed
Doc/library/platform.rst
@@ -176,8 +176,8 @@ Cross platform
176
:attr:`processor` is resolved late, on demand.
177
178
Note: the first two attribute names differ from the names presented by
179
- :func:`os.uname`, where they are named :attr:`sysname` and
180
- :attr:`nodename`.
+ :func:`os.uname`, where they are named :attr:`!sysname` and
+ :attr:`!nodename`.
181
182
Entries which cannot be determined are set to ``''``.
183
Doc/tools/.nitignore
@@ -26,7 +26,6 @@ Doc/library/multiprocessing.rst
26
Doc/library/optparse.rst
27
Doc/library/os.rst
28
Doc/library/pickletools.rst
29
-Doc/library/platform.rst
30
Doc/library/profile.rst
31
Doc/library/pyexpat.rst
32
Doc/library/resource.rst
0 commit comments