This commit is contained in:
Bret Taylor 2009-09-30 01:01:00 -07:00
parent aa836cdf39
commit b32b6b4b04
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class IOLoop(object):
def remove_callback(self, callback):
"""Removes the given callback from the next I/O loop iteration."""
self._callbacks.pop(callback)
self._callbacks.remove(callback)
def _wake(self):
try: