Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update socketserver.rst
  • Loading branch information
geryogam authored Mar 5, 2021
commit 38d27aa253122ef2ae78f4ea27b20eb07ae1dd9b
2 changes: 1 addition & 1 deletion Doc/library/socketserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ synchronous servers of four types::

Note that :class:`UnixDatagramServer` derives from :class:`UDPServer`, not from
:class:`UnixStreamServer` --- the only difference between an IP and a Unix
stream server is the address family, which is simply repeated in both Unix
server is the address family, which is simply repeated in both Unix
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated
server classes.


Expand Down