Skip to content

Commit 8f95caa

Browse files
Modify multissltests.py comments per PR feedback
1 parent 99df7d5 commit 8f95caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ssl/multissltests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!./python
2-
"""Run Python tests against multiple installations of crypto libraries
2+
"""Run Python tests against multiple installations of cryptography libraries
33
44
The script
55
@@ -74,7 +74,7 @@
7474
parser = argparse.ArgumentParser(
7575
prog='multissl',
7676
description=(
77-
"Run CPython tests with multiple crypto libraries"
77+
"Run CPython tests with multiple cryptography libraries"
7878
"versions."
7979
)
8080
)

0 commit comments

Comments
 (0)