This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alejandro Soini
Recipients Alejandro Soini, docs@python
Date 2016-03-13.05:44:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457847869.95.0.52045610793.issue26550@psf.upfronthosting.co.za>
In-reply-to
Content
Bad article usage in the following sentence from the WSGI section on HOWTO Use Python in the web (https://docs.python.org/2/howto/webservers.html#wsgi) :

"Authentication is another a problem easily solved using existing middleware."

suggested change:

"Authentication is another problem that is easily solved using existing middleware."
History
Date User Action Args
2016-03-13 05:44:30Alejandro Soinisetrecipients: + Alejandro Soini, docs@python
2016-03-13 05:44:29Alejandro Soinisetmessageid: <1457847869.95.0.52045610793.issue26550@psf.upfronthosting.co.za>
2016-03-13 05:44:29Alejandro Soinilinkissue26550 messages
2016-03-13 05:44:29Alejandro Soinicreate