Skip to content

Commit e9b8661

Browse files
committed
DOC: more minor tweaks
1 parent 56483c8 commit e9b8661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/devel/release_guide.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In addition the following two tests should be run and manually inspected::
3535
GitHub 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)
163163
of 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 ::
191191
and 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

197197
Congratulations, 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

216216
which will build both the html and pdf version of the documentation.
217217

0 commit comments

Comments
 (0)