10000 Fix typo in ssl documentation (GH-27329) · python/cpython@717f608 · GitHub
[go: up one dir, main page]

Skip to content

Commit 717f608

Browse files
authored
Fix typo in ssl documentation (GH-27329)
1 parent 435a033 commit 717f608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ to speed up repeated connections from the same clients.
18701870
*session* argument was added.
18711871

18721872
.. versionchanged:: 3.7
1873-
The method returns on instance of :attr:`SSLContext.sslsocket_class`
1873+
The method returns an instance of :attr:`SSLContext.sslsocket_class`
18741874
instead of hard-coded :class:`SSLSocket`.
18751875

18761876
.. attribute:: SSLContext.sslsocket_class
@@ -1896,7 +1896,7 @@ to speed up repeated connections from the same clients.
18961896
*session* argument was added.
18971897

18981898
.. versionchanged:: 3.7
1899-
The method returns on instance of :attr:`SSLContext.sslobject_class`
1899+
The method returns an instance of :attr:`SSLContext.sslobject_class`
19001900
instead of hard-coded :class:`SSLObject`.
19011901

19021902
.. attribute:: SSLContext.sslobject_class

0 commit comments

Comments
 (0)
0