Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3b255f

Browse files
committed
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
1 parent 6ebdb61 commit a3b255f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/socketserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Server Objects
166166

167167
.. method:: BaseServer.service_actions()
168168

169-
This is called in the :meth:`serve_forever` loop. This method is can be
169+
This is called in the :meth:`serve_forever` loop. This method can be
170170
overridden by subclasses or mixin classes to perform actions specific to
171171
a given service, such as cleanup actions.
172172

0 commit comments

Comments
 (0)