This commit is contained in:
Shirley Kotian 2017-03-18 18:39:54 +05:30 committed by GitHub
parent 65db4729cd
commit abec2d2680

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