]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fixed typo in release notes 1783/head
authormatee <matee@matee.net>
Wed, 27 Jul 2016 14:10:12 +0000 (16:10 +0200)
committermatee <matee@matee.net>
Wed, 27 Jul 2016 14:10:12 +0000 (16:10 +0200)
docs/releases/v4.1.0.rst

index c38511b8fa07abc52bbbaacb7e0ca2640e4d857b..29ad19146a377040bcffa542e1d76cf823581ce0 100644 (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.