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 7fa289a commit 51cfa23Copy full SHA for 51cfa23
src/textual/_time.py
@@ -19,7 +19,7 @@
19
async def sleep(sleep_for: float) -> None:
20
"""An asyncio sleep.
21
22
- On Windows this achieves a better granularity that asyncio.sleep(0)
+ On Windows this achieves a better granularity that asyncio.sleep
23
24
Args:
25
sleep_for (float): Seconds to sleep for.
0 commit comments