Skip to content

Commit 5cf12a6

Browse files
committed
DOC: Add missing backtick for inline literal in parameter docstring
Add missing backtick for inline literal in parameter docstring. Left behind in commit bfd830e.
1 parent 4fdcac9 commit 5cf12a6

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)