docs: typo

This commit is contained in:
David Wilson 2018-09-09 23:42:27 +01:00
parent e241081cae
commit c8081e7ca1
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Core Library
connection setup.
* A new :class:`mitogen.parent.CallChain` class abstracts safe pipelining of
overlapping chains of unrelated function calls to a target context,
overlapping chains of related function calls to a target context,
cancelling the chain if an exception occurs.