Commit f3e2dea8 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix typo from r1658

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1661 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 7cd48ec9
......@@ -235,7 +235,7 @@ class DatabaseManager(object):
user information, a description and extension information."""
raise NotImplementedError
def askFinishTransaction(self, tid):
def finishTransaction(self, tid):
"""Finish a transaction specified by a given ID, by moving
temporarily data to a finished area."""
raise NotImplementedError
......
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