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 99df7d5 commit 8f95caaCopy full SHA for 8f95caa
Tools/ssl/multissltests.py
@@ -1,5 +1,5 @@
1
#!./python
2
-"""Run Python tests against multiple installations of crypto libraries
+"""Run Python tests against multiple installations of cryptography libraries
3
4
The script
5
@@ -74,7 +74,7 @@
74
parser = argparse.ArgumentParser(
75
prog='multissl',
76
description=(
77
- "Run CPython tests with multiple crypto libraries"
+ "Run CPython tests with multiple cryptography libraries"
78
"versions."
79
)
80
0 commit comments