Merge pull request #623 from simlun/patch-1

Fix typo in comment
This commit is contained in:
Benoit Chesneau 2013-10-09 08:54:53 -07:00
commit 0ef6b4e332

View File

@ -64,7 +64,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