Skip to content

Commit 8b2cadb

Browse files
committed
update docstring
1 parent 1515de5 commit 8b2cadb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mergin/merginproject.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,9 @@ def set_tables_to_skip(self, tables):
739739
apply changeset, rebase, get database schema, dump database contents, copy
740740
database between different drivers.
741741
742-
Tables passes as semicolon separated list, e.g. "table1;table2;...;tableN".
743-
If empty string is passed, list will be reset.
742+
If empty list is passed, list will be reset.
743+
744+
:param tables: list of table names to ignore
745+
:type tables: list[str]
744746
"""
745747
self.geodiff.set_tables_to_skip(tables)

0 commit comments

Comments
 (0)