Skip to content

Commit

Permalink
DOC: Fix typos and grammar
Browse files Browse the repository at this point in the history
Fix typos and grammar.
  • Loading branch information
jhlegarreta committed May 7, 2024
1 parent 0924b31 commit dc7cf41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nireports/interfaces/dmri.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nireports/reportlets/modality/dwi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit dc7cf41

Please sign in to comment.