mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix typo: connnection to connection
This commit is contained in:
parent
aa8b258f93
commit
85ec74fc10
@ -18,7 +18,7 @@ import gunicorn.util as util
|
|||||||
import gunicorn.workers.base as base
|
import gunicorn.workers.base as base
|
||||||
|
|
||||||
class StopWaiting(Exception):
|
class StopWaiting(Exception):
|
||||||
""" exception raised to stop waiting for a connnection """
|
""" exception raised to stop waiting for a connection """
|
||||||
|
|
||||||
class SyncWorker(base.Worker):
|
class SyncWorker(base.Worker):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user