Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Dec 11, 2023
1 parent b49bf47 commit 027ffe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clingraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _get_parser():
graphs_params.add_argument('--select-model',
help = textwrap.dedent('''\
Select only one of the models when using a json input.
Defined by an idex for accessing the models, starting in index 0.
Defined by an index for accessing the models, starting in index 0.
Negative indexes are also allowed (-1 refers to the last model)
Can appear multiple times to select multiple models.'''),
type=int,
Expand Down Expand Up @@ -162,7 +162,7 @@ def _get_parser():
graphs_params.add_argument('--save',
action='store_true',
help = textwrap.dedent('''\
Saves the output in files based on the directory, name format and fortmat provided.
Saves the output in files based on the directory, name format and format provided.
Otherwise the output is just printed on the stdout'''))

graphviz_params = parser.add_argument_group('OUTPUT {dot|render|tex|animate}','Options for the functionality regarding graphviz.')
Expand Down

0 comments on commit 027ffe0

Please sign in to comment.