Commit d055ef6
authored
Fixup typo add required newline (#3639)
## Description
The code block following the added newline is not rendering in the
GitHub preview nor the tutorials website at
[here](https://docs.pytorch.org/tutorials/intermediate/pipelining_tutorial.html#:~:text=The%20second%20method,splitting%20is%20done.).
Adding the newline would make it render/showup in the GitHub preview and
probably (not tested) in the tutorials website.
## Checklist
- [x] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [x] Only one issue is addressed in this pull request
- [ ] Labels from the issue that this PR is fixing are added to this
pull request
- [x] No unnecessary issues are included into this pull request.
cc @svekars @sekyondaMeta @AlannaBurke1 parent 9803332 commit d055ef6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
0 commit comments