Skip to content

Commit 155f386

Browse files
Fix typos in README and tutorial_submission_policy.md (#3314)
Corrected 'Ceate' to 'Create' in README. Removed duplicated phrase 'best practices' in tutorial_submission_policy.md.
1 parent 001e1a5 commit 155f386

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can submit the following types of issues:
2020

2121
We use sphinx-gallery's [notebook styled examples](https://sphinx-gallery.github.io/stable/tutorials/index.html) to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted Python file and it shows up as an HTML page. In addition, a Jupyter notebook is autogenerated and available to run in Google Colab.
2222

23-
Here is how you can ceate a new tutorial (for a detailed description, see [CONTRIBUTING.md](./CONTRIBUTING.md)):
23+
Here is how you can create a new tutorial (for a detailed description, see [CONTRIBUTING.md](./CONTRIBUTING.md)):
2424

2525
NOTE: Before submitting a new tutorial, read [PyTorch Tutorial Submission Policy](./tutorial_submission_policy.md).
2626

tutorial_submission_policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ Please note the following:
9191
## Deleting Stale Tutorials
9292

9393
A tutorial might be considered stale when it no longer aligns with
94-
the latest PyTorch updates, features, or best practices or best
95-
practices:
94+
the latest PyTorch updates, features, or best practices:
9695

9796
* The tutorial is no longer functional due to changes in PyTorch or
9897
its dependencies

0 commit comments

Comments
 (0)