summary refs log tree commit diff
path: root/synapse/storage/_base.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-25 15:53:36 +0000
committerErik Johnston <erik@matrix.org>2016-01-25 15:53:36 +0000
commit1ebf5e3d03a2a2ce9ff278b2eac07acc0f7cde66 (patch)
tree7fec00c0d8e2afec2650221178a8987a20c31c7c /synapse/storage/_base.py
parentImplement a _simple_select_many_batch (diff)
downloadsynapse-1ebf5e3d03a2a2ce9ff278b2eac07acc0f7cde66.tar.xz
Correct docstring
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r--synapse/storage/_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py
index 897c5d8d73..304ebdc825 100644
--- a/synapse/storage/_base.py
+++ b/synapse/storage/_base.py
@@ -639,7 +639,6 @@ class SQLBaseStore(object):
         Filters rows by if value of `column` is in `iterable`.
 
         Args:
-            txn : Transaction object
             table : string giving the table name
             column : column name to test for inclusion against `iterable`
             iterable : list