Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix argument parser description in multissltests.py
  • Loading branch information
zware committed Aug 13, 2025
commit 62e4ff3aac984f6f492d515a9ea4be62d6f47590
3 changes: 1 addition & 2 deletions Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
parser = argparse.ArgumentParser(
prog='multissl',
description=(
"Run CPython tests with multiple cryptography libraries"
"versions."
"Run CPython tests with multiple cryptography libraries versions."
),
)
parser.add_argument(
Expand Down