summaryrefslogtreecommitdiff
path: root/Lib/SocketServer.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-10-09 23:48:52 +0000
committerBarry Warsaw <barry@python.org>2003-10-09 23:48:52 +0000
commit52af617c77d28ac65bf08606066468bea03c5a58 (patch)
treeefe9db8e72fc818ce3a7e9d5405db65291ada741 /Lib/SocketServer.py
parent15da65d471cbc85eac4c89caf911701cd221da83 (diff)
downloadcpython-52af617c77d28ac65bf08606066468bea03c5a58.tar.gz
TCPServer: Fixed typo in class docstring.
Diffstat (limited to 'Lib/SocketServer.py')
-rw-r--r--Lib/SocketServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py
index dee56daa77..06ed134b0f 100644
--- a/Lib/SocketServer.py
+++ b/Lib/SocketServer.py
@@ -173,7 +173,7 @@ class BaseServer:
- address_family
- socket_type
- - reuse_address
+ - allow_reuse_address
Instance variables: