Skip to content

Commit c4ca144

Browse files
committed
Punctuation
1 parent b91a3a9 commit c4ca144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def main():
1919
ap.add_argument('-e','--ignore-settings', action='store_false',
2020
help='Ignore plot_settings.pkl file if present.')
2121
ap.add_argument('-s', '--threads', type=int, default=None,
22-
help='If present, number of threads used to generate plots')
22+
help='If present, number of threads used to generate plots.')
2323

2424
args = ap.parse_args()
2525

0 commit comments

Comments
 (0)