Skip to content

Commit a889a82

Browse files
authored
Merge pull request #219 from jhlegarreta/doc/missing-backtick
DOC: Add missing backtick for inline literal in parameter docstring
2 parents 4fdcac9 + 5cf12a6 commit a889a82

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
@@ -139,7 +139,7 @@ def plot_volumewise_motion(
139139
motion_params : :obj:`~numpy.ndarray`
140140
Motion parameters.Motion parameters: translation and rotation. Each row
141141
represents one frame, and columns represent each coordinate axis ``x``,
142-
`y``, and ``z``. Translation parameters are followed by rotation
142+
``y``, and ``z``. Translation parameters are followed by rotation
143143
parameters column-wise.
144144
ax : :obj:`~numpy.ndarray`, optional
145145
Figure axes.

0 commit comments

Comments
 (0)