Skip to content

Commit

Permalink
Fix docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Aug 30, 2021
1 parent e4342b2 commit 6f38c1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions torchio/transforms/preprocessing/spatial/to_canonical.py
Expand Up @@ -11,9 +11,9 @@ class ToCanonical(SpatialTransform):
This transform reorders the voxels and modifies the affine matrix so that
the voxel orientations are nearest to:
1. First voxel axis goes from left to Right
2. Second voxel axis goes from posterior to Anterior
3. Third voxel axis goes from inferior to Superior
1. First voxel axis goes from left to **R**ight
2. Second voxel axis goes from posterior to **A**nterior
3. Third voxel axis goes from inferior to **S**uperior
See `NiBabel docs about image orientation`_ for more information.
Expand Down

0 comments on commit 6f38c1a

Please sign in to comment.