File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Functions
145
145
undefined behavior, such as segmentation fault.
146
146
147
147
.. availability :: Unix
148
-
148
+
149
149
See the man page for :manpage: `pthread_getcpuclockid(3)` for
150
150
further information.
151
151
@@ -654,7 +654,7 @@ Functions
654
654
:class: `float ` type.
655
655
656
656
.. availability :: Linux, Unix, Windows.
657
-
657
+
658
658
Unix systems supporting ``CLOCK_THREAD_CPUTIME_ID ``.
659
659
660
660
.. versionadded :: 3.7
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def run(self):
168
168
169
169
def parse_platforms (self ):
170
170
"""Parse platform information from arguments
171
-
171
+
172
172
Arguments is a comma-separated string of platforms. A platform may
173
173
be prefixed with "not " to indicate that a feature is not available.
174
174
@@ -195,7 +195,7 @@ def parse_platforms(self):
195
195
f"Unknown platform(s) '{ ' ' .join (sorted (unknown ))} ' in "
196
196
f"'.. availability:: { self .arguments [0 ]} '."
197
197
)
198
-
198
+
199
199
return platforms
200
200
201
201
You can’t perform that action at this time.
0 commit comments