File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ To read tasks we need to run PyQS. If the task is already in your
78
78
79
79
$ pyqs email.tasks.send_email
80
80
81
- If we want want to run all tasks with a certain prefix. This is based on
81
+ If we want to run all tasks with a certain prefix. This is based on
82
82
Python's `fnmatch <http://docs.python.org/2/library/fnmatch.html >`__.
83
83
84
84
.. code :: bash
@@ -130,7 +130,7 @@ PyQS has an event registry which can be used to run a function before or after e
130
130
print ({" pre_process" : context})
131
131
132
132
def print_post_process (context ):
133
- print ({" pre_process " : context})
133
+ print ({" post_process " : context})
134
134
135
135
events.register_event(" pre_process" , print_pre_process)
136
136
events.register_event(" post_process" , print_post_process)
You can’t perform that action at this time.
0 commit comments