From c8081e7ca144ab65638552c8a1accf80f7550a34 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 9 Sep 2018 23:42:27 +0100 Subject: [PATCH] docs: typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 46d44f62..818242ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.