Commit 283e659a authored by Vincent Pelletier's avatar Vincent Pelletier

Fix docstring & typo in docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19272 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6f9db67c
......@@ -786,8 +786,7 @@ class TestERP5BankingMutilatedBanknote(TestERP5BankingMixin, ERP5TypeTestCase):
def moveToFuture(self, document):
"""
Move Exchanged and Outgoing line of given document to self.future_date.
Also set doesment's stop date to self.future_date.
Set document's stop date to self.future_date.
"""
document.setStopDate(self.future_date)
......
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