1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patch_inline_callbacks.py b/synapse/util/patch_inline_callbacks.py
index a35a1d3305..4fb49b0b2b 100644
--- a/tests/patch_inline_callbacks.py
+++ b/synapse/util/patch_inline_callbacks.py
@@ -105,7 +105,7 @@ def do_patch():
def _check_yield_points(f, changes, start_context):
- """Wraps a generator that is about to passed to defer.inlineCallbacks
+ """Wraps a generator that is about to be passed to defer.inlineCallbacks
checking that after every yield the log contexts are correct.
"""
|