Commit 4f269628 authored by Felix Yan's avatar Felix Yan Committed by Jason Madden

Correct a typo in baseserver.py (#1470)

parent f0de67ab
......@@ -274,7 +274,7 @@ class BaseServer(object):
try:
if fself is self:
# Checks the __self__ of the handle in case it is a bound
# method of self to prevent recursivly defined reprs.
# method of self to prevent recursively defined reprs.
handle_repr = '<bound method %s.%s of self>' % (
self.__class__.__name__,
handle.__name__,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment