fix prototype of 'iter_revisions'
This commit is contained in:
parent
3ea6b143b8
commit
34bfe130c3
1 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ class ICapContent(IBaseCap):
|
|||
def get_content(self, id, revision=None):
|
||||
raise NotImplementedError()
|
||||
|
||||
def iter_revisions(self, id):
|
||||
def iter_revisions(self, id, max_results=10):
|
||||
raise NotImplementedError()
|
||||
|
||||
def push_content(self, content, message=None, minor=False):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue