Skip to content

Commit 311ebaf

Browse files
Update plot_transforms_getting_started.py: fix typos (#8507)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent c304e3a commit 311ebaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/transforms/plot_transforms_getting_started.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
==================================
55
66
.. note::
7-
Try on `collab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_transforms_getting_started.ipynb>`_
7+
Try on `Colab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_transforms_getting_started.ipynb>`_
88
or :ref:`go to the end <sphx_glr_download_auto_examples_transforms_plot_transforms_getting_started.py>` to download the full example code.
99
1010
This example illustrates all of what you need to know to get started with the
@@ -25,7 +25,7 @@
2525

2626
torch.manual_seed(1)
2727

28-
# If you're trying to run that on collab, you can download the assets and the
28+
# If you're trying to run that on Colab, you can download the assets and the
2929
# helpers from https://github.com/pytorch/vision/tree/main/gallery/
3030
from helpers import plot
3131
img = read_image(str(Path('../assets') / 'astronaut.jpg'))

0 commit comments

Comments
 (0)