Updated the docstring (#1150)
This commit is contained in:
parent
55a17b2ed3
commit
b155dfd771
|
@ -36,7 +36,7 @@ class ProxyServer(tcp.TCPServer):
|
|||
|
||||
def __init__(self, config):
|
||||
"""
|
||||
Raises ProxyServerError if there's a startup problem.
|
||||
Raises ServerException if there's a startup problem.
|
||||
"""
|
||||
self.config = config
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue