diff --git a/gallery/v2_transforms/plot_transforms_v2.py b/gallery/v2_transforms/plot_transforms_v2.py index f6da9a394d9..b865a48b296 100644 --- a/gallery/v2_transforms/plot_transforms_v2.py +++ b/gallery/v2_transforms/plot_transforms_v2.py @@ -217,7 +217,7 @@ # # Roughly speaking, the output of the datasets must correspond to the input of # the transforms. How to do that depends on whether you're using the torchvision -# :ref:`builtin datatsets `, or your own custom datasets. +# :ref:`built-in datatsets `, or your own custom datasets. # # Using built-in datasets # ^^^^^^^^^^^^^^^^^^^^^^^