mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #2042 from c-bata/fix-typo4
Fix typo: connnection to connection
This commit is contained in:
commit
b12d364095
@ -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):
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user