summaryrefslogtreecommitdiff
path: root/examples/jobstores/sqlalchemy_.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/jobstores/sqlalchemy_.py')
-rw-r--r--examples/jobstores/sqlalchemy_.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/jobstores/sqlalchemy_.py b/examples/jobstores/sqlalchemy_.py
index 4db4e9c..83e987b 100644
--- a/examples/jobstores/sqlalchemy_.py
+++ b/examples/jobstores/sqlalchemy_.py
@@ -1,8 +1,9 @@
"""
This example demonstrates the use of the SQLAlchemy job store.
On each run, it adds a new alarm that fires after ten seconds.
-You can exit the program, restart it and observe that any previous alarms that have not fired yet are still active.
-You can also give it the database URL as an argument. See the SQLAlchemy documentation on how to construct those.
+You can exit the program, restart it and observe that any previous alarms that have not fired yet
+are still active. You can also give it the database URL as an argument.
+See the SQLAlchemy documentation on how to construct those.
"""
from datetime import datetime, timedelta