Skip to content

Commit 954c4b5

Browse files
authored
fixup! Fix argument parser description in multissltests.py
1 parent 5a7f52e commit 954c4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
parser = argparse.ArgumentParser(
7676
prog='multissl',
7777
description=(
78-
"Run CPython tests with multiple cryptography libraries versions."
78+
"Run CPython tests with multiple cryptography libraries/versions."
7979
),
8080
)
8181
parser.add_argument(

0 commit comments

Comments
 (0)