From e7a94744fa6e0d5fa9c8d8c7d18f11728e702f09 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 6 Mar 2015 10:52:18 +0100 Subject: [PATCH] fix typos --- docs/source/2015-news.rst | 4 ++-- docs/source/news.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/2015-news.rst b/docs/source/2015-news.rst index 8757249b..a4fded12 100644 --- a/docs/source/2015-news.rst +++ b/docs/source/2015-news.rst @@ -16,12 +16,12 @@ Changes Core ++++ -- fix: :issue:`978` make sure a listener is inherutable +- fix: :issue:`978` make sure a listener is inheritable - add `check_config` class method to workers - fix: :issue:`983` fix select timeout in sync worker with multiple connections - allows workers to access to the reloader. close :issue:`984` -- raise TypeError insted of AssertionError +- raise TypeError instead of AssertionError Logging +++++++ diff --git a/docs/source/news.rst b/docs/source/news.rst index e362efa2..6710510d 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -11,12 +11,12 @@ Changes Core ++++ -- fix: :issue:`978` make sure a listener is inherutable +- fix: :issue:`978` make sure a listener is inheritable - add `check_config` class method to workers - fix: :issue:`983` fix select timeout in sync worker with multiple connections - allows workers to access to the reloader. close :issue:`984` -- raise TypeError insted of AssertionError +- raise TypeError instead of AssertionError Logging +++++++