Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 6, 2015
1 parent ccf5a23 commit e7a9474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/2015-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++
Expand Down
4 changes: 2 additions & 2 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++
Expand Down

0 comments on commit e7a9474

Please sign in to comment.