Updated the docstring (#1150)

This commit is contained in:
Yoginski 2016-05-18 00:15:18 +06:00 committed by Maximilian Hils
parent 55a17b2ed3
commit b155dfd771

View File

@ -36,7 +36,7 @@ class ProxyServer(tcp.TCPServer):
def __init__(self, config): def __init__(self, config):
""" """
Raises ProxyServerError if there's a startup problem. Raises ServerException if there's a startup problem.
""" """
self.config = config self.config = config
try: try: