Skip to content

Commit 1e6b8cf

Browse files
committed
whitespace
1 parent a3a9bb0 commit 1e6b8cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/library/time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Doc/tools/extensions/pyspecific.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)