@@ -8,7 +8,7 @@ Pull Requests
88- Provide a good description of what you're doing and why.
99- Provide tests that cover your changes and try to run the tests locally first.
1010
11- **Example **. Assuming you set up GitHub account, forked wheel repository from
11+ **Example **. Assuming you set up a GitHub account, forked the wheel repository from
1212https://github.com/pypa/wheel to your own page via web interface, and your
1313fork is located at https://github.com/yourname/wheel
1414
@@ -23,7 +23,7 @@ fork is located at https://github.com/yourname/wheel
2323 $ git commit
2424
2525You may reference relevant issues in commit messages (like #1259) to
26- make GitHub link issues and commits together, and with phrase like
26+ make GitHub link issues and commits together, and with a phrase like
2727"fixes #1259" you can even close relevant issues automatically. Now
2828push the changes to your fork::
2929
@@ -54,7 +54,7 @@ To run the tests via tox against all matching interpreters::
5454
5555To run the tests via tox against a specific environment::
5656
57- $ tox -e py35
57+ $ tox -e py39
5858
5959Alternatively, you can run the tests via pytest using your default interpreter::
6060
@@ -92,5 +92,5 @@ To make a new release:
9292#. Create a new git tag matching the version exactly
9393#. Push the new tag to GitHub
9494
95- Pushing a new tag to GitHub will trigger the publish workflow which package the
95+ Pushing a new tag to GitHub will trigger the publish workflow which will package the
9696project and publish the resulting artifacts to PyPI.
0 commit comments