Skip to content

Commit 62e4ff3

Browse files
committed
Fix argument parser description in multissltests.py
1 parent 1c15b2f commit 62e4ff3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/ssl/multissltests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
parser = argparse.ArgumentParser(
7676
prog='multissl',
7777
description=(
78-
"Run CPython tests with multiple cryptography libraries"
79-
"versions."
78+
"Run CPython tests with multiple cryptography libraries versions."
8079
),
8180
)
8281
parser.add_argument(

0 commit comments

Comments
 (0)