From: matee Date: Wed, 27 Jul 2016 14:10:12 +0000 (+0200) Subject: Fixed typo in release notes X-Git-Tag: v4.5.0~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dfe38e96c41ff13e368f6c2fd6bb5c09aa1be01;p=thirdparty%2Ftornado.git Fixed typo in release notes --- diff --git a/docs/releases/v4.1.0.rst b/docs/releases/v4.1.0.rst index c38511b8f..29ad19146 100644 --- a/docs/releases/v4.1.0.rst +++ b/docs/releases/v4.1.0.rst @@ -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.