未验证 提交 3afcc45b 编写于 作者: B Ben Darnell 提交者: GitHub

Merge pull request #3304 from Alnusjaponica/fix-typo

Fix syntax error in docstring
......@@ -3135,7 +3135,7 @@ class FallbackHandler(RequestHandler):
django.core.handlers.wsgi.WSGIHandler())
application = tornado.web.Application([
(r"/foo", FooHandler),
(r".*", FallbackHandler, dict(fallback=wsgi_app),
(r".*", FallbackHandler, dict(fallback=wsgi_app)),
])
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册