fix typos

This commit is contained in:
Benoit Chesneau 2015-03-06 10:52:18 +01:00
parent ccf5a23b84
commit e7a94744fa
2 changed files with 4 additions and 4 deletions

View File

@ -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
+++++++

View File

@ -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
+++++++