Skip to content

Commit bfd830e

Browse files
committed
DOC: Add missing backtick for inline literal in docstring
Add missing backtick for inline literal in docstring.
1 parent 8cbc5da commit bfd830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nifreeze/viz/motion_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def plot_volumewise_motion(
129129
) -> np.ndarray:
130130
"""Plot mean volume-wise motion parameters.
131131
132-
Plots the mean translation and rotation parameters along the ``x``, `y``,
132+
Plots the mean translation and rotation parameters along the ``x``, ``y``,
133133
and ``z`` axes.
134134
135135
Parameters

0 commit comments

Comments
 (0)