fix a typo

This commit is contained in:
wong2 2013-10-09 16:43:49 +08:00
parent 8a94f901bc
commit bbd8b16b6f

View File

@ -63,7 +63,7 @@ class WSGIApplication(Application):
def run(): def run():
"""\ """\
The ``gunicorn`` command line runner for launching Ghunicorn with The ``gunicorn`` command line runner for launching Gunicorn with
generic WSGI applications. generic WSGI applications.
""" """
from gunicorn.app.wsgiapp import WSGIApplication from gunicorn.app.wsgiapp import WSGIApplication