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

Skip to content

Commit 851a6cc

Browse files
committed
Issue #22564: ssl doc: fix typos
1 parent 4fe69ba commit 851a6cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ to speed up repeated connections from the same clients.
10051005
:data:`CERT_NONE`. At least one of *cafile* or *capath* must be specified.
10061006

10071007
This method can also load certification revocation lists (CRLs) in PEM or
1008-
or DER format. In order to make use of CRLs, :attr:`SSLContext.verify_flags`
1008+
DER format. In order to make use of CRLs, :attr:`SSLContext.verify_flags`
10091009
must be configured properly.
10101010

10111011
The *cafile* string, if present, is the path to a file of concatenated
@@ -1671,7 +1671,7 @@ Manual settings
16711671
Verifying certificates
16721672
''''''''''''''''''''''
16731673

1674-
When calling the the :class:`SSLContext` constructor directly,
1674+
When calling the :class:`SSLContext` constructor directly,
16751675
:const:`CERT_NONE` is the default. Since it does not authenticate the other
16761676
peer, it can be insecure, especially in client mode where most of time you
16771677
would like to ensure the authenticity of the server you're talking to.

0 commit comments

Comments
 (0)