Skip to content

Commit 8c3fc80

Browse files
apetencheaaMahanna
andauthored
Update arango/collection.py
Co-authored-by: Anthony Mahanna <[email protected]>
1 parent c5b0a2a commit 8c3fc80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arango/collection.py

+1
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ def truncate(
576576
:param sync: Block until deletion operation is synchronized to disk.
577577
:type sync: bool | None
578578
:param compact: Whether to compact the collection after truncation.
579+
:type compact: bool | None
579580
:return: True if collection was truncated successfully.
580581
:rtype: bool
581582
:raise arango.exceptions.CollectionTruncateError: If operation fails.

0 commit comments

Comments
 (0)