Skip to content

Commit ac0af1e

Browse files
committed
Fix markup errors
1 parent d5633d5 commit ac0af1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/socketserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are four basic concrete server classes:
2323
invoke :meth:`~BaseServer.server_bind` and
2424
:meth:`~BaseServer.server_activate`. The other parameters are passed to
2525
the :class:`BaseServer` base class.
26-
26+
2727
.. versionchanged:: next
2828
Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer.
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer
1+
Set ``getattr(socket, "SOMAXCONN", 5)`` as the default queue size for :class:`socketserver.TCPServer`.

0 commit comments

Comments
 (0)