]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix a typo that snuck into the autoreload docs.
authorBen Darnell <ben@bendarnell.com>
Sat, 18 Jan 2014 22:55:09 +0000 (17:55 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 18 Jan 2014 22:55:09 +0000 (17:55 -0500)
tornado/autoreload.py

index 79cccb498ed84b77dd6dfb98ce39318e0eaf96e3..3982579ad73024072214116cb4ac418616121400 100644 (file)
@@ -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