mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Update docstring for peer server class (#1734)
This commit is contained in:
parent
8daeee2717
commit
244592014e
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue