docstring

This commit is contained in:
Will McGugan
2022-12-29 21:43:15 +00:00
parent 7fa289a332
commit 51cfa23c27

View File

@@ -19,7 +19,7 @@ if WINDOWS:
async def sleep(sleep_for: float) -> None:
"""An asyncio sleep.
On Windows this achieves a better granularity that asyncio.sleep(0)
On Windows this achieves a better granularity that asyncio.sleep
Args:
sleep_for (float): Seconds to sleep for.