File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -343,12 +343,12 @@ The module defines the following functions and data items:
343
343
.. function :: sleep(secs)
344
344
345
345
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.
352
352
353
353
354
354
.. function :: strftime(format[, t])
You can’t perform that action at this time.
0 commit comments