@@ -35,7 +35,7 @@ In addition the following two tests should be run and manually inspected::
3535GitHub Stats
3636------------
3737
38- We automatically extract GitHub issue, PRs, and authors from the GitHub via the API::
38+ We automatically extract GitHub issue, PRs, and authors from GitHub via the API::
3939
4040 python tools/github_stats.py --since-tag $TAG --project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst
4141
@@ -163,7 +163,7 @@ Update the ``master`` branch (for pre-releases the ``devel`` branch)
163163of the `conda-forge feedstock
164164<https://github.com/conda-forge/matplotlib-feedstock> `__ via pull request.
165165
166- If this is a final release the following downsteam packagers should be contacted:
166+ If this is a final release the following downstream packagers should be contacted:
167167
168168- Debian
169169- Fedora
@@ -191,7 +191,7 @@ Once you have collected all of the wheels, generate the tarball ::
191191and copy all of the wheels into :file: `dist ` directory. You should use
192192``twine `` to upload all of the files to pypi ::
193193
194- twine -s upload dist/matplotlib*tar.gz
194+ twine upload -s dist/matplotlib*tar.gz
195195 twine upload dist/*whl
196196
197197Congratulations, you have now done the second scariest part!
@@ -211,7 +211,7 @@ build the docs from the ``ver-doc`` branch. An easy way to arrange this is::
211211 git checkout v2.0.0-doc
212212 git clean -xfd
213213 cd doc
214- pyhton make.py html latex -n 16
214+ python make.py html latex -n 16
215215
216216which will build both the html and pdf version of the documentation.
217217
0 commit comments