mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
Correct "systema" typo in usage documentation.
This commit is contained in:
parent
e3674c40bc
commit
b806d122d3
2 changed files with 2 additions and 2 deletions
|
|
@ -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