Commit 46874bfd authored by Vincent Pelletier's avatar Vincent Pelletier

Fix docstring typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17628 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09085ad5
......@@ -431,7 +431,7 @@ class SQLQueue(RAMQueue):
def timeShift(self, activity_tool, delay, processing_node = None):
"""
To simulate timeShift, we simply substract delay from
all dates in SQLDict message table
all dates in SQLQueue message table
"""
activity_tool.SQLQueue_timeShift(delay=delay, processing_node=processing_node)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment