Skip to content

Commit

Permalink
Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Sep 25, 2023
1 parent cee2a17 commit a8ff8a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weasyprint/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ def docstring(self):
choices=('images', 'fonts', 'hinting', 'pdf', 'all', 'none'))
PARSER.add_argument(
'-t', '--timeout', type=int,
help='Set timeout in seconds for HTTP requests'
)
help='Set timeout in seconds for HTTP requests')
PARSER.set_defaults(**DEFAULT_OPTIONS)


Expand Down

0 comments on commit a8ff8a6

Please sign in to comment.