Skip to content

Commit

Permalink
Correct typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Oct 8, 2016
1 parent 59c278d commit ffb69ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arango/collections/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ def all(self,
filter_type='include'):
""""Return all documents in the collection using a server cursor.
:param flush: flush the WAL prior to the export (if this flag is not
set, )
:param flush: flush the WAL prior to the export
:type flush: bool
:param flush_wait: the max wait time in seconds for the WAL flush
:type flush_wait: int
Expand Down

0 comments on commit ffb69ae

Please sign in to comment.