From: Ben Darnell Date: Sat, 18 Jan 2014 22:55:09 +0000 (-0500) Subject: Fix a typo that snuck into the autoreload docs. X-Git-Tag: v4.0.0b1~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a85935792242448e6b5428c528e7f13b63e324c;p=thirdparty%2Ftornado.git Fix a typo that snuck into the autoreload docs. --- diff --git a/tornado/autoreload.py b/tornado/autoreload.py index 79cccb498..3982579ad 100644 --- a/tornado/autoreload.py +++ b/tornado/autoreload.py @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""xAutomatically restart the server when a source file is modified. +"""Automatically restart the server when a source file is modified. Most applications should not access this module directly. Instead, pass the keyword argument ``autoreload=True`` to the