minor: formatting

This commit is contained in:
Mike Dirolf 2010-03-15 10:29:30 -04:00
parent a44c7033ef
commit 705dae8598

View File

@ -420,8 +420,8 @@ class Connection(object): # TODO support auth for pooling
def __find_master(self):
"""Create a new socket and use it to figure out who the master is.
Sets __host and __port so that :attr:`host` and :attr:`port` will return the
address of the master.
Sets __host and __port so that :attr:`host` and :attr:`port`
will return the address of the master.
"""
self.__host = None
self.__port = None