Skip to content

Commit eaea8c6

Browse files
Zaharidsiranipour
andcommitted
Typos
Co-authored-by: siranipour <43517072+siranipour@users.noreply.github.com>
1 parent 2a4d2f4 commit eaea8c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/reportengine/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def argparser(self):
195195
parser.add_argument(
196196
'--folder-prefix',
197197
action='store_true',
198-
help="add a prefix derived from the runcard name to ourput resources.",
198+
help="add a prefix derived from the runcard name to output resources.",
199199
)
200200

201201
parser.add_argument('-h', '--help', action=ArgumentHelpAction,

src/reportengine/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def ns_dump_description(cls):
122122
return dict(
123123
output_path = "Folder where the results are to be written.",
124124
config_rel_path = cls.config_rel_path.__doc__,
125-
filename_prefix = "Prefix for to prepend to filenames",
125+
filename_prefix = "Prefix prepended to filenames",
126126
)
127127

128128
def ns_dump(self):

0 commit comments

Comments
 (0)