diff --git a/docs/development.rst b/docs/development.rst index 6aec994e5..c61bba70d 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -344,8 +344,8 @@ Checklist: - Verify that ``MANIFEST.in``, ``pyproject.toml`` and ``setup.py`` are complete. - Run these commands and commit:: - python scripts/make.py build_usage - python scripts/make.py build_man + python scripts/make.py build_usage + python scripts/make.py build_man - Tag the release::