From 98e3df1e4d6f938a6f2c3908c4890bb511d36157 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 6 Apr 2017 12:12:42 -0700 Subject: [PATCH] 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