use the new API
diff --git a/Lib/multiprocessing/managers.py b/Lib/multiprocessing/managers.py
index 1460d6c..7ee50be 100644
--- a/Lib/multiprocessing/managers.py
+++ b/Lib/multiprocessing/managers.py
@@ -967,7 +967,7 @@
     # XXX will Event.isSet name be available in Py3.0?
     _exposed_ = ('isSet', 'set', 'clear', 'wait')
     def is_set(self):
-        return self._callmethod('isSet')
+        return self._callmethod('is_set')
     def set(self):
         return self._callmethod('set')
     def clear(self):