Skip to content

Commit decba8b

Browse files
committed
Remove MMFiles reference in docstring
1 parent 78db628 commit decba8b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

arango/aql.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,10 @@ def execute(self,
211211
entirety. Results are either returned right away (if the result set
212212
is small enough), or stored server-side and accessible via cursors
213213
(while respecting the ttl). You should use this parameter only for
214-
short-running queries or without exclusive locks (write-locks on
215-
MMFiles). Note: parameters **cache**, **count** and **full_count**
216-
do not work for streaming queries. Query statistics, warnings and
217-
profiling data are made available only after the query is finished.
218-
Default value is False.
214+
short-running queries or without exclusive locks. Note: parameters
215+
**cache**, **count** and **full_count** do not work for streaming
216+
queries. Query statistics, warnings and profiling data are made
217+
available only after the query is finished. Default value is False.
219218
:type stream: bool
220219
:param skip_inaccessible_cols: If set to True, collections without user
221220
access are skipped, and query executes normally instead of raising

0 commit comments

Comments
 (0)