Skip to content

Commit 58d2393

Browse files
committed
DR updates, first round
1 parent 3ad1f71 commit 58d2393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python-argparse/coordinates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"--coordinates",
77
nargs=2,
88
metavar=("X", "Y"),
9-
help="take the cartesian coordinates %(metavar)s",
9+
help="take the Cartesian coordinates %(metavar)s",
1010
)
1111

1212
args = arg_parser.parse_args()

python-argparse/ls_v8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"path",
1515
nargs="?",
1616
default=".",
17-
help="takes the path to the target directory (default: %(default)s)",
17+
help="take the path to the target directory (default: %(default)s)",
1818
)
1919

2020
detailed = parser.add_argument_group("detailed output")

python-argparse/ls_v9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"path",
1515
nargs="?",
1616
default=".",
17-
help="takes the path to the target directory (default: %(default)s)",
17+
help="take the path to the target directory (default: %(default)s)",
1818
)
1919

2020
detailed = parser.add_argument_group("detailed output")

0 commit comments

Comments
 (0)