Fixed typo in release notes

This commit is contained in:
matee 2016-07-27 16:10:12 +02:00
parent 098be29cb4
commit 1dfe38e96c
No known key found for this signature in database
GPG Key ID: 24BDBD1F964B3793
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.