Get rid of redundant spaces in docs (#2085)

Thanks!
This commit is contained in:
Jakub Warczarek 2021-04-04 16:21:33 +02:00 committed by GitHub
parent 201b331e55
commit e114ef5514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -486,7 +486,7 @@ def validate_regex(
help=(
"A regular expression that matches files and directories that should be"
" excluded on recursive searches. An empty value means no paths are excluded."
" Use forward slashes for directories on all platforms (Windows, too). "
" Use forward slashes for directories on all platforms (Windows, too)."
" Exclusions are calculated first, inclusions later."
),
show_default=True,