Skip to content

Commit c5643a6

Browse files
authored
minor text adjustments
1 parent 123dd5c commit c5643a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/basics/transforms_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
# -------------------------------
4444
#
4545
# `ToTensor <https://pytorch.org/vision/stable/transforms.html#torchvision.transforms.ToTensor>`_
46-
# converts a PIL image or NumPy ``ndarray`` into a ``FloatTensor``. and scales
47-
# the image's pixel intensity values in the range [0., 1.]
46+
# converts a PIL image or NumPy ``ndarray`` into a ``FloatTensor`` and scales
47+
# the image's pixel intensity values to the range [0., 1.]
4848
#
4949

5050
##############################################

0 commit comments

Comments
 (0)