Skip to content

Commit ffb69ae

Browse files
committed
Correct typo in docstring
1 parent 59c278d commit ffb69ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arango/collections/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ def all(self,
488488
filter_type='include'):
489489
""""Return all documents in the collection using a server cursor.
490490
491-
:param flush: flush the WAL prior to the export (if this flag is not
492-
set, )
491+
:param flush: flush the WAL prior to the export
493492
:type flush: bool
494493
:param flush_wait: the max wait time in seconds for the WAL flush
495494
:type flush_wait: int

0 commit comments

Comments
 (0)