Skip to content

Commit bedc4d4

Browse files
authored
Update arango/collection.py
1 parent 856743a commit bedc4d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arango/collection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ def all(
720720
:return: Document cursor.
721721
:rtype: arango.cursor.Cursor
722722
:raise arango.exceptions.DocumentGetError: If retrieval fails.
723-
:raise arango.exceptions.SortValidationError: If sort parameters are invalid.
724723
"""
725724
assert is_none_or_int(skip), "skip must be a non-negative int"
726725
assert is_none_or_int(limit), "limit must be a non-negative int"

0 commit comments

Comments
 (0)