Skip to content

Commit 1923b62

Browse files
committed
#23215: reflow paragraph.
1 parent f1f9675 commit 1923b62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/time.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@ The module defines the following functions and data items:
343343
.. function:: sleep(secs)
344344

345345
Suspend execution of the calling thread for the given number of seconds.
346-
The argument may be a
347-
floating point number to indicate a more precise sleep time. The actual
348-
suspension time may be less than that requested because any caught signal will
349-
terminate the :func:`sleep` following execution of that signal's catching
350-
routine. Also, the suspension time may be longer than requested by an arbitrary
351-
amount because of the scheduling of other activity in the system.
346+
The argument may be a floating point number to indicate a more precise sleep
347+
time. The actual suspension time may be less than that requested because any
348+
caught signal will terminate the :func:`sleep` following execution of that
349+
signal's catching routine. Also, the suspension time may be longer than
350+
requested by an arbitrary amount because of the scheduling of other activity
351+
in the system.
352352

353353

354354
.. function:: strftime(format[, t])

0 commit comments

Comments
 (0)