tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Minor style bug: missing space

Open NoblFriend opened this issue 11 months ago • 0 comments

In https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html cell 23 has a different style - in one place there is a space before the colon, in another there is not

print(f"Does `a` require gradients? : {a.requires_grad}")
print(f"Does `b` require gradients?: {b.requires_grad}")

cc @svekars @brycebortree

NoblFriend avatar Mar 17 '24 11:03 NoblFriend