Skip to content

Commit 7903364

Browse files
committed
DOC: Minor docstring formatting fixes to functions
1 parent e7dc5fe commit 7903364

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nibabel/affines.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def apply_affine(aff, pts, inplace=False):
9999

100100

101101
def to_matvec(transform):
102-
"""Split a transform into its matrix and vector components.
102+
"""Split a transform into its matrix and vector components
103103
104104
The transformation must be represented in homogeneous coordinates and is
105105
split into its rotation matrix and translation vector components.
@@ -311,8 +311,7 @@ def voxel_sizes(affine):
311311

312312

313313
def obliquity(affine):
314-
r"""
315-
Estimate the *obliquity* an affine's axes represent
314+
r"""Estimate the *obliquity* an affine's axes represent
316315
317316
The term *obliquity* is defined here as the rotation of those axes with
318317
respect to the cardinal axes.

0 commit comments

Comments
 (0)