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

Skip to content

Commit ba9fb0d

Browse files
committed
Fix doc build warning
1 parent 012a83a commit ba9fb0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,9 @@ SSL sockets provide the following methods of :ref:`socket-objects`:
791791
the same limitation)
792792
- :meth:`~socket.socket.sendfile()` (but :mod:`os.sendfile` will be used
793793
for plain-text sockets only, else :meth:`~socket.socket.send()` will be used)
794-
.. versionadded:: 3.5
794+
795+
.. versionadded:: 3.5
796+
795797
- :meth:`~socket.socket.shutdown()`
796798

797799
However, since the SSL (and TLS) protocol has its own framing atop

0 commit comments

Comments
 (0)