correct spelling (GH-27076)

This commit is contained in:
Sondre Lillebø Gundersen 2021-07-19 22:46:42 +02:00 committed by GitHub
parent bce1418541
commit e25e43e355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -692,7 +692,7 @@ Running in Threads
This coroutine function is primarily intended to be used for executing
IO-bound functions/methods that would otherwise block the event loop if
they were ran in the main thread. For example::
they were run in the main thread. For example::
def blocking_io():
print(f"start blocking_io at {time.strftime('%X')}")