Fix typo in --help for --no-deps option

This commit is contained in:
Семён Марьясин 2018-01-28 16:53:27 +03:00 committed by Semyon Maryasin
parent e81b602f90
commit 51a3f6f823
No known key found for this signature in database
GPG Key ID: 22BC43FD649F86E3
2 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ no_deps = partial(
dest='ignore_dependencies',
action='store_true',
default=False,
help="Don't install package dependencies)."
help="Don't install package dependencies.",
) # type: Any
build_dir = partial(