mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Merge branch 'fix-systema-typo' into 'master'
Correct "systema" typo in usage documentation. See merge request !166
This commit is contained in:
commit
e0fa9077ca
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ All options available as of Flake8 3.1.0::
|
|||
--exit-zero Exit with status code "0" even if there are errors.
|
||||
--install-hook=INSTALL_HOOK
|
||||
Install a hook that is run prior to a commit for the
|
||||
supported version control systema.
|
||||
supported version control system.
|
||||
-j JOBS, --jobs=JOBS Number of subprocesses to use to run checks in
|
||||
parallel. This is ignored on Windows. The default,
|
||||
"auto", will auto-detect the number of processors
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ def register_default_options(option_manager):
|
|||
'--install-hook', action='callback', type='choice',
|
||||
choices=vcs.choices(), callback=vcs.install,
|
||||
help='Install a hook that is run prior to a commit for the supported '
|
||||
'version control systema.'
|
||||
'version control system.'
|
||||
)
|
||||
|
||||
add_option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue