Skip to content

Commit 8e540b0

Browse files
committed
sty: typos
1 parent bd6f17f commit 8e540b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dmriprep/cli/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def _bids_filter(value):
110110
default=False,
111111
help='skip generation of HTML and LaTeX formatted citation with pandoc')
112112
g_perfm.add_argument("-v", "--verbose", dest="verbose_count", action="count", default=0,
113-
help="increases log verbosity for each occurence, debug level is -vvv")
113+
help="increases log verbosity for each occurrence, debug level is -vvv")
114114

115115
g_conf = parser.add_argument_group('Workflow configuration')
116116
g_conf.add_argument(

dmriprep/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
each run and subject is left under
99
``<output_dir>/sub-<participant_id>/log/<run_unique_id>/dmriprep.toml``.
1010
Settings are stored using :abbr:`ToML (Tom's Markup Language)`.
11-
The module has a :py:func:`~dmriprep.config.to_filename` function to allow writting out
11+
The module has a :py:func:`~dmriprep.config.to_filename` function to allow writing out
1212
the settings to hard disk in *ToML* format, which looks like:
1313
1414
.. literalinclude:: ../dmriprep/data/tests/config.toml

0 commit comments

Comments
 (0)