summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/schedulers/asyncio_.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/schedulers/asyncio_.py b/examples/schedulers/asyncio_.py
index 56c0db4..88d9a82 100644
--- a/examples/schedulers/asyncio_.py
+++ b/examples/schedulers/asyncio_.py
@@ -1,5 +1,5 @@
"""
-Demonstrates how to use the Tornado compatible scheduler to schedule a job that executes on 3
+Demonstrates how to use the asyncio compatible scheduler to schedule a job that executes on 3
second intervals.
"""