From 1dfe38e96c41ff13e368f6c2fd6bb5c09aa1be01 Mon Sep 17 00:00:00 2001 From: matee Date: Wed, 27 Jul 2016 16:10:12 +0200 Subject: [PATCH] Fixed typo in release notes --- docs/releases/v4.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/v4.1.0.rst b/docs/releases/v4.1.0.rst index c38511b8..29ad1914 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.