diff --git a/kombu/utils/eventio.py b/kombu/utils/eventio.py index 6a0bcb6a..2456e79d 100644 --- a/kombu/utils/eventio.py +++ b/kombu/utils/eventio.py @@ -12,7 +12,7 @@ POLL_ERR = 0x008 | 0x010 | 0x2000 class _epoll(object): - def __init___(self): + def __init__(self): self._epoll = select.epoll() def register(self, fd, events):