We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107df52 commit 1149f01Copy full SHA for 1149f01
arango/collection.py
@@ -769,7 +769,7 @@ def find(
769
:param allow_dirty_read: Allow reads from followers in a cluster.
770
:type allow_dirty_read: bool
771
:param sort: Document sort parameters
772
- :type sort: Jsons
+ :type sort: Jsons | None
773
:return: Document cursor.
774
:rtype: arango.cursor.Cursor
775
:raise arango.exceptions.DocumentGetError: If retrieval fails.
0 commit comments