Skip to content

Commit 120e8fc

Browse files
authored
gh-130902 @Mr-Sunglasses fix typo in update docs
1 parent 365e6a4 commit 120e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ to sockets.
15131513

15141514
:meth:`close` releases the resource associated with a connection
15151515
but does not necessarily close the connection immediately. If you want to close the connection in a timely fashion, call :meth:`shutdown` before :meth:`close`, or use this function with the shutdown parameter like this
1516-
``socket.close(shutdown=True)
1516+
``socket.close(shutdown=True)``
15171517

15181518

15191519
.. method:: socket.connect(address)

0 commit comments

Comments
 (0)