summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAntonKorobkov <AntonKorobkov@users.noreply.github.com>2016-08-01 12:28:25 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-08-01 12:28:25 +0300
commitcd5daf6bccbad22edb6443cdcb367b61cca7df94 (patch)
tree984579af5d45d3b0200e4652e190e6e128374c65 /examples
parente7d6be99336f0d6f9908ecdc228c9ee9fedd0335 (diff)
downloadapscheduler-cd5daf6bccbad22edb6443cdcb367b61cca7df94.tar.gz
Fixed a copy paste error in asyncio scheduler example docstring (#153)
Diffstat (limited to 'examples')
-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.
"""