mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
This commit is contained in:
parent
d0fc83d5eb
commit
fa5e6e4773
13 changed files with 28 additions and 6 deletions
|
@ -755,6 +755,7 @@ to sockets.
|
|||
:keyword:`with` statement around them.
|
||||
|
||||
.. note::
|
||||
|
||||
:meth:`close()` releases the resource associated with a connection but
|
||||
does not necessarily close the connection immediately. If you want
|
||||
to close the connection in a timely fashion, call :meth:`shutdown()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue