Skip to content

Commit 74b9529

Browse files
committed
DOC: fix spm_hrf_compat docstring
The arguments were out of order in the docstring description.
1 parent 837f1d9 commit 74b9529

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

nipy/modalities/fmri/hrf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,15 @@ def spm_hrf_compat(t,
169169
Parameters
170170
----------
171171
t : array-like
172-
vector of times at which to sample HRF
172+
vector of times at which to sample HRF.
173173
peak_delay : float, optional
174-
delay of peak
175-
peak_disp : float, optional
176-
width (dispersion) of peak
174+
delay of peak.
177175
under_delay : float, optional
178-
delay of undershoot
176+
delay of undershoot.
177+
peak_disp : float, optional
178+
width (dispersion) of peak.
179179
under_disp : float, optional
180-
width (dispersion) of undershoot
180+
width (dispersion) of undershoot.
181181
p_u_ratio : float, optional
182182
peak to undershoot ratio. Undershoot divided by this value before
183183
subtracting from peak.
@@ -188,7 +188,7 @@ def spm_hrf_compat(t,
188188
Returns
189189
-------
190190
hrf : array
191-
vector length ``len(t)`` of samples from HRF at times `t`
191+
vector length ``len(t)`` of samples from HRF at times `t`.
192192
193193
Notes
194194
-----

0 commit comments

Comments
 (0)