Skip to content

Commit 2db2f34

Browse files
committed
Fixed spelling
1 parent 91f7895 commit 2db2f34

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
@@ -863,7 +863,7 @@ def find_in_box(
863863
limit: Optional[int] = None,
864864
index: Optional[str] = None,
865865
) -> Result[Cursor]:
866-
"""Return all documents in an rectangular area.
866+
"""Return all documents in a rectangular area.
867867
868868
:param latitude1: First latitude.
869869
:type latitude1: int | float

0 commit comments

Comments
 (0)