Skip to content

Commit f9e207c

Browse files
committed
docs: clarify preprocessor extension parameters
1 parent 8ff7e83 commit f9e207c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extending/preprocessor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ For input we can accept ``T1w``, ``T2w`` and ``BOLD``
4242
Step 2: Initialise the Preprocessor
4343
-----------------------------------
4444

45-
Now we need to define our Preprocessor class' parameters.
46-
Our class will have the following arguments:
45+
Now we need to define our Preprocessor class' parameters as class attributes.
46+
Our class will have the following:
4747

4848
1. ``fwhm``: The smoothing strength as a full-width at half maximum
4949
(in millimetres). Since we depend on :func:`nilearn.image.smooth_img`, we

0 commit comments

Comments
 (0)