mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Merge pull request #1367 from JacobHayes/patch-1
Update --indent-size help format string
This commit is contained in:
commit
5e97894b98
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