From abec2d2680dc56dc376249cab869637f4773ad03 Mon Sep 17 00:00:00 2001 From: Shirley Kotian Date: Sat, 18 Mar 2017 18:39:54 +0530 Subject: [PATCH 1/2] 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 From 98e3df1e4d6f938a6f2c3908c4890bb511d36157 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 6 Apr 2017 12:12:42 -0700 Subject: [PATCH 2/2] api.md: mark argument slightly better --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 23c93a4..0555c48 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