Fix note markup (#16805).

Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
This commit is contained in:
Éric Araujo 2014-03-12 19:51:00 -04:00
parent d0fc83d5eb
commit fa5e6e4773
13 changed files with 28 additions and 6 deletions

View file

@ -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()`