From 9057c7ba4dbbede18e4031796b821790cd34ee40 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 10 Feb 2024 17:25:43 +0100 Subject: [PATCH] development.rst: fix markup --- docs/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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::