Skip to content

Commit 910f4a7

Browse files
committed
doc fix
1 parent 9634c76 commit 910f4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2024-12-15-14-08-40.gh-issue-127209.17oPD0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:method:`socketserver.BaseServer.get_request` now raises ``NotImplementedError``.
1+
:meth:`socketserver.BaseServer.get_request` now raises ``NotImplementedError``.
22
It was previously absent and attempting to use it would generate an
33
``AttributeError``. :class:`socketserver.BaseServer` no longer assumes that
44
all subclasses will add a ``socket`` attribute. Updated documentation to

0 commit comments

Comments
 (0)