Skip to content
Snippets Groups Projects
Commit 1ebf5e3d authored by Erik Johnston's avatar Erik Johnston
Browse files

Correct docstring

parent ddd25def
No related branches found
No related tags found
No related merge requests found
...@@ -639,7 +639,6 @@ class SQLBaseStore(object): ...@@ -639,7 +639,6 @@ class SQLBaseStore(object):
Filters rows by if value of `column` is in `iterable`. Filters rows by if value of `column` is in `iterable`.
Args: Args:
txn : Transaction object
table : string giving the table name table : string giving the table name
column : column name to test for inclusion against `iterable` column : column name to test for inclusion against `iterable`
iterable : list iterable : list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment