Skip to content

Commit 39f36a1

Browse files
[3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136598)
(cherry picked from commit 47b01da) Co-authored-by: Weilin Du <[email protected]>
1 parent d733a1e commit 39f36a1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Doc/library/platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Cross platform
176176
:attr:`processor` is resolved late, on demand.
177177

178178
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`.
179+
:func:`os.uname`, where they are named :attr:`!sysname` and
180+
:attr:`!nodename`.
181181

182182
Entries which cannot be determined are set to ``''``.
183183

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Doc/library/multiprocessing.rst
2727
Doc/library/optparse.rst
2828
Doc/library/os.rst
2929
Doc/library/pickletools.rst
30-
Doc/library/platform.rst
3130
Doc/library/profile.rst
3231
Doc/library/pyexpat.rst
3332
Doc/library/resource.rst

0 commit comments

Comments
 (0)