Merge pull request #488 from streeter/patch-1

Typo fix (docstring)
This commit is contained in:
Konstantin vz'One Enchant 2013-02-25 01:29:45 -08:00
commit a33211b3f3

View File

@ -27,7 +27,7 @@ class WSGIApplication(Application):
def run(): def run():
"""\ """\
The ``gunicorn`` command line runner for launcing Gunicorn 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