Merge pull request #1783 from matee911/master

docs: Fixed typo in release notes
This commit is contained in:
Ben Darnell 2016-07-27 14:47:56 -04:00 committed by GitHub
commit 26d536cb6b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Backwards-compatibility notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* `.HTTPServer` now calls ``start_request`` with the correct
arguments. This change is backwards-incompatible, afffecting any
arguments. This change is backwards-incompatible, affecting any
application which implemented `.HTTPServerConnectionDelegate` by
following the example of `.Application` instead of the documented
method signatures.