Skip to content

Commit

Permalink
Remove unneeded quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 8, 2020
1 parent d095cd1 commit 3fdeaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaphod.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def setup(self):
Default: ."
)
self.diff_parser.add_argument("-l", "--latexdiffopts",
default="'--type=UNDERLINE'",
default="--type=UNDERLINE",
action="store",
help="Pass options to latexdiff. \
Please read man latexdiff for \
Expand Down

0 comments on commit 3fdeaaa

Please sign in to comment.