Skip to content

Commit 3c9fc4f

Browse files
committed
Fixed doc
1 parent 629f95b commit 3c9fc4f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/_thread.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ This module defines the following constants and functions:
120120
Its value may be used to uniquely identify this particular thread system-wide
121121
(until the thread terminates, after which the value may be recycled by the OS).
122122

123-
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Illumos/Solaris.
123+
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Solaris.
124124

125125
.. versionadded:: 3.8
126126

127127
.. versionchanged:: 3.13
128128
Added support for GNU/kFreeBSD.
129129

130130
.. versionchanged:: 3.15
131-
Added support for Illumos/Solaris.
131+
Added support for Solaris.
132132

133133
.. function:: stack_size([size])
134134

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ This module defines the following functions:
191191
Its value may be used to uniquely identify this particular thread system-wide
192192
(until the thread terminates, after which the value may be recycled by the OS).
193193

194-
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Illumos/Solaris.
194+
.. availability:: Windows, FreeBSD, Linux, macOS, OpenBSD, NetBSD, AIX, DragonFlyBSD, GNU/kFreeBSD, Solaris.
195195

196196
.. versionadded:: 3.8
197197

198198
.. versionchanged:: 3.13
199199
Added support for GNU/kFreeBSD.
200200

201201
.. versionchanged:: 3.15
202-
Added support for Illumos/Solaris.
202+
Added support for Solaris.
203203

204204

205205
.. function:: enumerate()

0 commit comments

Comments
 (0)