Skip to content

Commit

Permalink
Merge pull request #53 from rcurtin/master
Browse files Browse the repository at this point in the history
Fix misspelling.
  • Loading branch information
kjellmf authored Mar 15, 2019
2 parents 1cee1ae + 300545c commit e11b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot2tex/dot2tex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ def create_options_parser():
)
parser.add_argument(
'--runtests', dest='runtests',
help="Run testes", action="store_true", default=False
help="Run tests", action="store_true", default=False
)
parser.add_argument(
"--prog", action="store", dest="prog", default='dot',
Expand Down

0 comments on commit e11b189

Please sign in to comment.