Merge pull request #6329 from havron/qhelp-typo

Fix qhelp typo in RequestWithoutValidation
This commit is contained in:
Rasmus Wriedt Larsen
2021-07-20 10:18:35 +02:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
<p>
Encryption is key to the security of most, if not all, online communication.
Using Transport Layer Security (TLS) can ensure that communication cannot be interrupted by an interloper.
For this reason, is is unwise to disable the verification that TLS provides.
For this reason, it is unwise to disable the verification that TLS provides.
Functions in the <code>requests</code> module provide verification by default, and it is only when
explicitly turned off using <code>verify=False</code> that no verification occurs.
</p>