From 0da42a5e90f4ca364249d2a0681805bd7c0e47f8 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 29 Sep 2017 12:55:04 +0530 Subject: [PATCH] Typo. --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 6be51b7c..efa9ad9a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -182,7 +182,7 @@ Router Class Route messages between parent and child contexts, and invoke handlers defined on our parent context. Router.route() straddles the Broker and user - threads, it is save to call from anywhere. + threads, it is safe to call anywhere. **Note:** This is the somewhat limited core version of the Router class used by child contexts. The master subclass is documented below this one.