Skip to content

Commit 748330a

Browse files
committed
fix typos
1 parent 5bada5e commit 748330a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def init_bold_mni_trans_wf(template, mem_gb, omp_nthreads,
231231
"""
232232
workflow = Workflow(name=name)
233233
workflow.__desc__ = """\
234-
The BOLD time-series were resampled on {tpl} standard space,
235-
generating a *preprocessed BOLD run on {tpl} space*.
234+
The BOLD time-series were resampled to {tpl} standard space,
235+
generating a *preprocessed BOLD run in {tpl} space*.
236236
""".format(tpl=template)
237237

238238
inputnode = pe.Node(

0 commit comments

Comments
 (0)