Skip to content

Commit c1f341a

Browse files
committed
Remove reference to MMFiles in docstring
1 parent 76e08f8 commit c1f341a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arango/wal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ def tail(self,
246246
:param client_info: Short description of the client, used for
247247
informative purposes only.
248248
:type client_info: str | unicode
249-
:param barrier_id: ID of barrier used to keep WAL entries around. Only
250-
required for the MMFiles storage engine.
249+
:param barrier_id: ID of barrier used to keep WAL entries around.
251250
:type barrier_id: int
252251
:param deserialize: Deserialize the response content. Default is False.
253252
:type deserialize: bool

0 commit comments

Comments
 (0)