From 83ebdfcbf2106c9b0d77252004ded620042632be Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 10 Jan 2024 06:21:40 +0100 Subject: [PATCH] Fix `--theme` help message typo. --- build_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_docs.py b/build_docs.py index eac019a..ac532a2 100755 --- a/build_docs.py +++ b/build_docs.py @@ -584,7 +584,7 @@ def parse_args(): parser.add_argument( "--theme", default="python-docs-theme", - help="Python package to use for python-docs-theme: Usefull to test branches:" + help="Python package to use for python-docs-theme: Useful to test branches:" " --theme git+https://github.com/obulat/python-docs-theme@master", ) args = parser.parse_args()