Skip to content

Commit 94e3aeb

Browse files
committed
Fix typo
1 parent 0e56275 commit 94e3aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/torchio/transforms/preprocessing/spatial

src/torchio/transforms/preprocessing/spatial/resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Resize(SpatialTransform):
1616
The field of view remains the same.
1717
1818
.. warning:: In most medical image applications, this transform should not
19-
be used as it will deform the physical object by scaling anistropically
19+
be used as it will deform the physical object by scaling anisotropically
2020
along the different dimensions. The solution to change an image size is
2121
typically applying :class:`~torchio.transforms.Resample` and
2222
:class:`~torchio.transforms.CropOrPad`.

0 commit comments

Comments
 (0)