Merge pull request #2042 from c-bata/fix-typo4

Fix typo: connnection to connection
This commit is contained in:
Randall Leeds 2019-05-22 12:08:35 -04:00 committed by GitHub
commit b12d364095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ import gunicorn.util as util
import gunicorn.workers.base as base
class StopWaiting(Exception):
""" exception raised to stop waiting for a connnection """
""" exception raised to stop waiting for a connection """
class SyncWorker(base.Worker):