From abec2d2680dc56dc376249cab869637f4773ad03 Mon Sep 17 00:00:00 2001 From: Shirley Kotian Date: Sat, 18 Mar 2017 18:39:54 +0530 Subject: [PATCH] typos --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 2d95323..23c93a4 100644 --- a/docs/api.md +++ b/docs/api.md @@ -70,7 +70,7 @@ When both sides are done, they must call `close()`, to flush all pending ## Twisted -The Twisted-friendly flow looks like this (note that passing reactor= is how +The Twisted-friendly flow looks like this (note that passing reactor is how you get a non-blocking Wormhole): ```python