mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Update --indent-size help format string
This commit is contained in:
parent
c8d1be6246
commit
b0f39a0360
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ def register_default_options(option_manager):
|
|||
metavar="n",
|
||||
default=defaults.INDENT_SIZE,
|
||||
parse_from_config=True,
|
||||
help="Number of spaces used for indentation (Default: %default)",
|
||||
help="Number of spaces used for indentation (Default: %(default)s)",
|
||||
)
|
||||
|
||||
add_option(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue