Merge PR141

This commit is contained in:
Brian Warner 2017-04-06 12:12:58 -07:00
commit 578522ae0f

View File

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