Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17352ff commit ed9c070Copy full SHA for ed9c070
1 file changed
Doc/library/ssl.rst
@@ -205,7 +205,7 @@ instead.
205
206
.. rubric:: Footnotes
207
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
208
- .. [2] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
+ .. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
209
210
.. note::
211
0 commit comments