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.
This commit is contained in:
Jacob Stevens-Haas 2019-09-01 17:08:13 -07:00 committed by GitHub
parent 3261b87cf5
commit 9d239a64fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Synopsis
--------
**sphinx-apidoc** [*OPTIONS*] -o <*OUTPUT_PATH*> <*MODULE_PATH*>
[*EXCLUDE_PATTERN*, ...]
[*EXCLUDE_PATTERN* ...]
Description
-----------