Skip to content

Commit 3ad621f

Browse files
committed
Fixes #2814: Fix RST code block indentation
1 parent a22cc3d commit 3ad621f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

beginner_source/introyt/introyt1_tutorial.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,8 @@ def num_flat_features(self, x):
303303
# The values passed to the transform are the means (first tuple) and the
304304
# standard deviations (second tuple) of the rgb values of the images in
305305
# the dataset. You can calculate these values yourself by running these
306-
# few lines of code:
306+
# few lines of code::
307307
#
308-
# ::
309308
# from torch.utils.data import ConcatDataset
310309
# transform = transforms.Compose([transforms.ToTensor()])
311310
# trainset = torchvision.datasets.CIFAR10(root='./data', train=True,

0 commit comments

Comments
 (0)