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
Prev Previous commit
Next Next commit
Remove a no longer valid restriction for wfile
  • Loading branch information
geryogam authored Mar 8, 2021
commit 126273b422f7fb95ae98b96d4c467fa6631ff417
2 changes: 1 addition & 1 deletion Doc/library/socketserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ Request Handler Objects

The :attr:`rfile` attributes of both classes support the
:class:`io.BufferedIOBase` readable interface, and
:attr:`DatagramRequestHandler.wfile` supports the
the :attr:`wfile` attributes of both classes support the
:class:`io.BufferedIOBase` writable interface.

.. versionchanged:: 3.6
Expand Down