diff --git a/nireports/interfaces/dmri.py b/nireports/interfaces/dmri.py index 825a0168..83240376 100644 --- a/nireports/interfaces/dmri.py +++ b/nireports/interfaces/dmri.py @@ -56,7 +56,7 @@ class _DWIHeatmapOutputSpec(TraitedSpec): class DWIHeatmap(SimpleInterface): - """Prepare an fMRI summary plot for the report.""" + """Prepare an dMRI summary plot for the report.""" input_spec = _DWIHeatmapInputSpec output_spec = _DWIHeatmapOutputSpec diff --git a/nireports/reportlets/modality/dwi.py b/nireports/reportlets/modality/dwi.py index d28727d4..35630e02 100644 --- a/nireports/reportlets/modality/dwi.py +++ b/nireports/reportlets/modality/dwi.py @@ -308,7 +308,7 @@ def plot_gradients( **kwargs, ): """ - Draw the vectors on a unit sphere with color code for multiple b-value. + Draw the vectors on a unit sphere with color code for multiple b-values. Parameters ----------