From 9d239a64fc2366010514124d396681ceb52aa5aa Mon Sep 17 00:00:00 2001 From: Jacob Stevens-Haas <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Sun, 1 Sep 2019 17:08:13 -0700 Subject: [PATCH] Get rid of comma in sphinx-apidoc documentation #6674 Nixing the comma in `EXCLUDE PATTERN, ...` because it's not supposed to be there. See the issue for the research. --- doc/man/sphinx-apidoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/sphinx-apidoc.rst b/doc/man/sphinx-apidoc.rst index 78c0735cb..457e2e7f6 100644 --- a/doc/man/sphinx-apidoc.rst +++ b/doc/man/sphinx-apidoc.rst @@ -5,7 +5,7 @@ Synopsis -------- **sphinx-apidoc** [*OPTIONS*] -o <*OUTPUT_PATH*> <*MODULE_PATH*> -[*EXCLUDE_PATTERN*, ...] +[*EXCLUDE_PATTERN* ...] Description -----------