Skip to content

Commit 4c44d89

Browse files
authored
Remove closing bracket in parser help text
1 parent 818f138 commit 4c44d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titlecase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def cmd():
176176
in_group.add_argument('-f', '--input-file',
177177
help='File to read from to titlecase')
178178
parser.add_argument('-o', '--output-file',
179-
help='File to write titlecased output to)')
179+
help='File to write titlecased output to')
180180

181181
args = parser.parse_args()
182182

0 commit comments

Comments
 (0)