api.md: mark argument slightly better

This commit is contained in:
Brian Warner 2017-04-06 12:12:42 -07:00
parent abec2d2680
commit 98e3df1e4d

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