Skip to content

Commit 83ebdfc

Browse files
authored
Fix --theme help message typo.
1 parent f0a570a commit 83ebdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def parse_args():
584584
parser.add_argument(
585585
"--theme",
586586
default="python-docs-theme",
587-
help="Python package to use for python-docs-theme: Usefull to test branches:"
587+
help="Python package to use for python-docs-theme: Useful to test branches:"
588588
" --theme git+https://github.com/obulat/python-docs-theme@master",
589589
)
590590
args = parser.parse_args()

0 commit comments

Comments
 (0)