Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor style bug: missing space #2802

Closed
NoblFriend opened this issue Mar 17, 2024 · 0 comments · Fixed by #2815
Closed

Minor style bug: missing space #2802

NoblFriend opened this issue Mar 17, 2024 · 0 comments · Fixed by #2815
Labels
website Issues related to website rendering

Comments

@NoblFriend
Copy link

NoblFriend commented Mar 17, 2024

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 NoblFriend changed the title Minor style bug Minor style bug: missing space Mar 17, 2024
@svekars svekars added the website Issues related to website rendering label Mar 18, 2024
Satyamkhadka added a commit to Satyamkhadka/tutorials that referenced this issue Mar 28, 2024
svekars added a commit that referenced this issue May 24, 2024
* Update formatting in the autograd_tutorial.py 

---------

Co-authored-by: Svetlana Karslioglu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Issues related to website rendering
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants