Python: Attempt to clarify help

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-09 13:29:33 +01:00
parent a16de26799
commit 8b25806a2c

View File

@@ -39,7 +39,7 @@
</p>
<p>
The latter example can also be made secure by modifying the created
context before it is used to create a connection and so will not be
context before it is used to create a connection. Therefore it will not be
flagged by this query. However, if a connection is created before
the context has been secured (e.g. by setting the value of <code>minimum_version</code>),
then the code should be flagged by the query <code>py/insecure-protocol</code>.