Fix typo in comment

This commit is contained in:
Simon Lundmark 2013-10-05 17:06:25 +02:00
parent feb86d3fb2
commit b62c1839e3

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