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 d466c43 commit e9a044eCopy full SHA for e9a044e
1 file changed
Doc/library/nntplib.rst
@@ -232,10 +232,10 @@ tuples or objects that the method normally returns will be empty.
232
.. versionadded:: 3.2
233
234
235
-.. method:: NNTP.starttls(ssl_context=None)
+.. method:: NNTP.starttls(context=None)
236
237
Send a ``STARTTLS`` command. This will enable encryption on the NNTP
238
- connection. The *ssl_context* argument is optional and should be a
+ connection. The *context* argument is optional and should be a
239
:class:`ssl.SSLContext` object. Please read :ref:`ssl-security` for best
240
practices.
241
0 commit comments