소스 검색

development.rst: fix markup

Thomas Waldmann 1 년 전
부모
커밋
9057c7ba4d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/development.rst

+ 2 - 2
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::