Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1d40ae

Browse files
committed
fix typo error. thanks @vmagamedov
1 parent f7cce42 commit b1d40ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zerorpc/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def __init__(self, methods=None, name=None, context=None,
353353

354354
def close(self):
355355
self.stop()
356-
super(Pusher, self).close()
356+
super(Puller, self).close()
357357

358358
def __call__(self, method, *args):
359359
if method not in self._methods:

0 commit comments

Comments
 (0)