Skip to content

Commit 0fded82

Browse files
authored
Merge pull request #2919 from whangho/main
Update punctuation in some docs
2 parents 75b0870 + 76b376b commit 0fded82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ Sphinx has a good ReStructed Text primer to learn the basics:
4343
https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
4444

4545
Contributing steps:
46-
- Have an idea to improve the docs, perhaps create an issue on Github
47-
- Find the file you want to edit: it will most likely be in `docs/reST/ref`.
46+
- Have an idea to improve the docs, perhaps create an issue on Github.
47+
- Find the file you want to edit. It will most likely be in `docs/reST/ref`.
4848
OR
49-
- Pygame docs pages have an "Edit on Github" button, which will show you the file
49+
- Pygame docs pages have an "Edit on Github" button, which will show you the file.
5050
- Download the pygame source from Github locally.
51-
^ One way to do this is to fork and use a Git client to make that a local repository
51+
^ One way to do this is to fork and use a Git client to make that a local repository.
5252
- Implement your idea.
53-
- Follow the steps in "Generating the Documentation"
54-
^ This is important to test your changes work well
55-
- Commit your changes, create a pull request
53+
- Follow the steps in "Generating the Documentation" above.
54+
^ This is important to test that your changes work well.
55+
- Commit your changes, create a pull request.
5656

5757
## Documentation Style
5858

0 commit comments

Comments
 (0)