]> granicus.if.org Git - python/commitdiff
Issue #26550: Fix typo in webservers HOWTO
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 28 Sep 2016 23:32:51 +0000 (02:32 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 28 Sep 2016 23:32:51 +0000 (02:32 +0300)
Reported by Alejandro Soini.

Doc/howto/webservers.rst

index 5d401e80140ab9c28d9a2f619fda7ff295304637..a555083e325586580a1f5cd43e3280d06cd0e109 100644 (file)
@@ -364,8 +364,8 @@ user your application must create and manage such state via a session), you can
 just download middleware which does that, plug it in, and get on with coding
 the unique parts of your application.  The same thing with compression -- there
 is existing middleware which handles compressing your HTML using gzip to save
-on your server's bandwidth.  Authentication is another a problem easily solved
-using existing middleware.
+on your server's bandwidth.  Authentication is another problem that is easily
+solved using existing middleware.
 
 Although WSGI may seem complex, the initial phase of learning can be very
 rewarding because WSGI and the associated middleware already have solutions to