Skip to content

Commit 7535a08

Browse files
committed
[skip ci] fix minimal error in docs
1 parent ca32147 commit 7535a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def init_enhance_and_skullstrip_bold_wf(
178178
to *standardize* the T2* contrast distribution.
179179
6. Calculate a mask using AFNI's ``3dAutomask`` after the contrast
180180
enhancement of 4).
181-
7. Calculate a final mask as the intersection of 3) and 5).
181+
7. Calculate a final mask as the intersection of 4) and 6).
182182
8. Apply final mask on the enhanced reference.
183183
184184
Step 1 can be skipped if the ``pre_mask`` argument is set to ``True`` and

0 commit comments

Comments
 (0)