From e4d56d91839f74896c24cf52c987b5a82cdce849 Mon Sep 17 00:00:00 2001 From: Casey Date: Thu, 10 Sep 2009 10:38:08 -0700 Subject: [PATCH] typo --- website/templates/documentation.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index 5353be98..6d1e33d1 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -856,11 +856,11 @@ app built on Tornado. Caveats and support ------------------- Tornado was refactored from the [FriendFeed](http://friendfeed.com/) -code base to reduce dependencies. This refactoring may have introduced bugs. -Likewise, because the FriendFeed servers have always run +code base to reduce dependencies. This refactoring may have introduced +bugs. Likewise, because the FriendFeed servers have always run [behind nginx](#running-tornado-in-production), Tornado has not been -extensively tested HTTP/1.1 clients beyond Firefox. Tornado currently -does not attempt to handle multi-line headers and some types of malformed -input. +extensively tested with HTTP/1.1 clients beyond Firefox. Tornado +currently does not attempt to handle multi-line headers and some types +of malformed input. You can discuss Tornado and report bugs on [the Tornado developer mailing list](http://groups.google.com/group/python-tornado).