Skip to content

Commit b507e72

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] Some typo fixes in transforms.rst (#4337)
Reviewed By: fmassa Differential Revision: D30793324 fbshipit-source-id: 592aa579cdf911df716a1943739b9a58f2b34da2
1 parent f006431 commit b507e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/transforms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ number of channels, ``H`` and ``W`` are image height and width. A batch of
2424
Tensor Images is a tensor of ``(B, C, H, W)`` shape, where ``B`` is a number
2525
of images in the batch.
2626

27-
The expected range of the values of a tensor image is implicitely defined by
27+
The expected range of the values of a tensor image is implicitly defined by
2828
the tensor dtype. Tensor images with a float dtype are expected to have
2929
values in ``[0, 1)``. Tensor images with an integer dtype are expected to
3030
have values in ``[0, MAX_DTYPE]`` where ``MAX_DTYPE`` is the largest value
@@ -35,7 +35,7 @@ images of a given batch, but they will produce different transformations
3535
across calls. For reproducible transformations across calls, you may use
3636
:ref:`functional transforms <functional_transforms>`.
3737

38-
The following examples illustate the use of the available transforms:
38+
The following examples illustrate the use of the available transforms:
3939

4040
* :ref:`sphx_glr_auto_examples_plot_transforms.py`
4141

0 commit comments

Comments
 (0)