Skip to content

Commit 1149f01

Browse files
Update arango/collection.py
Co-authored-by: Alex Petenchea <[email protected]>
1 parent 107df52 commit 1149f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ def find(
769769
:param allow_dirty_read: Allow reads from followers in a cluster.
770770
:type allow_dirty_read: bool
771771
:param sort: Document sort parameters
772-
:type sort: Jsons
772+
:type sort: Jsons | None
773773
:return: Document cursor.
774774
:rtype: arango.cursor.Cursor
775775
:raise arango.exceptions.DocumentGetError: If retrieval fails.

0 commit comments

Comments
 (0)