Skip to content

Commit f9cabec

Browse files
Update nitransforms/surface.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent e6a63d9 commit f9cabec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nitransforms/surface.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ def from_filename(cls, filename=None, reference_path=None, moving_path=None,
186186
return cls(reference, moving)
187187

188188
class SurfaceResampler(SurfaceTransformBase):
189-
"""Represents transformations in which the coordinate space remains the same and the indicies
190-
change.
191-
To achieve surface project-unproject functionality:
189+
"""
190+
Represents transformations in which the coordinate space remains the same and the indices change.
191+
To achieve surface project-unproject functionality:
192192
sphere_in as the reference
193193
sphere_project_to as the moving
194-
Then apply the transformation to sphere_unproject_from
195-
"""
194+
Then apply the transformation to sphere_unproject_from
195+
"""
196196

197197
__slots__ = ("_reference", "_moving", "mat", 'interpolation_method')
198198

0 commit comments

Comments
 (0)