File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Functions
145145 undefined behavior, such as segmentation fault.
146146
147147 .. availability :: Unix
148-
148+
149149 See the man page for :manpage: `pthread_getcpuclockid(3)` for
150150 further information.
151151
@@ -654,7 +654,7 @@ Functions
654654 :class: `float ` type.
655655
656656 .. availability :: Linux, Unix, Windows.
657-
657+
658658 Unix systems supporting ``CLOCK_THREAD_CPUTIME_ID ``.
659659
660660 .. versionadded :: 3.7
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def run(self):
168168
169169 def parse_platforms (self ):
170170 """Parse platform information from arguments
171-
171+
172172 Arguments is a comma-separated string of platforms. A platform may
173173 be prefixed with "not " to indicate that a feature is not available.
174174
@@ -195,7 +195,7 @@ def parse_platforms(self):
195195 f"Unknown platform(s) '{ ' ' .join (sorted (unknown ))} ' in "
196196 f"'.. availability:: { self .arguments [0 ]} '."
197197 )
198-
198+
199199 return platforms
200200
201201
You can’t perform that action at this time.
0 commit comments