Correct docstring
This commit is contained in:
parent
ddd25def01
commit
1ebf5e3d03
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue