Skip to content
Merged
Prev Previous commit
Next Next commit
Update docstring
  • Loading branch information
savannahostrowski committed Nov 2, 2024
commit 057c5d23a070136fcd1210d510f66c7459f3a526
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Benchmark argparse program with many optional arguments.
Benchmark an argparse program with many optional arguments.

Author: Savannah Ostrowski
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Benchmark the argparse module with multiple subparsers, each with their own
Benchmark an argparse program with multiple subparsers, each with their own
subcommands, and then parse a series of command-line arguments.

Author: Savannah Ostrowski
Expand Down