We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cc701 commit f1f9675Copy full SHA for f1f9675
Doc/library/time.rst
@@ -342,7 +342,8 @@ The module defines the following functions and data items:
342
343
.. function:: sleep(secs)
344
345
- Suspend execution for the given number of seconds. The argument may be a
+ 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
0 commit comments