Update docstring for peer server class (#1734)

This commit is contained in:
Jonathan Zernik 2021-10-26 19:12:57 -07:00 committed by GitHub
parent 8daeee2717
commit 244592014e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ logger = logging.getLogger(__name__)
class PeerServer(object):
"""Maintains connections to other peers in the network.
"""Accepts incoming connections from other peers in the network.
"""
def __init__(self, peer_handler, port):