From 1ebf5e3d03a2a2ce9ff278b2eac07acc0f7cde66 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Mon, 25 Jan 2016 15:53:36 +0000
Subject: [PATCH] Correct docstring

---
 synapse/storage/_base.py | 1 -
 1 file changed, 1 deletion(-)

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
-- 
GitLab