Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] fix typo #4091

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/04_glm_first_level/plot_first_level_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def plot_contrast(first_level_model):
# high-motion volumes in scrubbing based noise removal strategies. In this
# scenario, we can apply a sample mask along the time dimension to exclude
# unwanted volumes. When using :term:`fMRIPrep` outputs from 1.4.x series or
# above, wecan use the :func:`~nilearn.interfaces.fmriprep.load_confounds`
# above, we can use the :func:`~nilearn.interfaces.fmriprep.load_confounds`
# function of Nilearn to retrieve sample masks based on the given scrubbing
# threshold and the non-steady state columns.
# For non-fMRIPrep output, we can still define a sample mask. Here we apply a
Expand Down