Skip to content

Commit 51cfa23

Browse files
committed
docstring
1 parent 7fa289a commit 51cfa23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
async def sleep(sleep_for: float) -> None:
2020
"""An asyncio sleep.
2121
22-
On Windows this achieves a better granularity that asyncio.sleep(0)
22+
On Windows this achieves a better granularity that asyncio.sleep
2323
2424
Args:
2525
sleep_for (float): Seconds to sleep for.

0 commit comments

Comments
 (0)