We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a406a3b commit 2c16b7cCopy full SHA for 2c16b7c
isort/main.py
@@ -472,7 +472,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
472
const=2,
473
type=int,
474
dest="force_grid_wrap",
475
- help="Force number of from imports (defaults to 2 when passed as CLI flag without value)"
+ help="Force number of from imports (defaults to 2 when passed as CLI flag without value) "
476
"to be grid wrapped regardless of line "
477
"length. If 0 is passed in (the global default) only line length is considered.",
478
)
0 commit comments