Skip to content

Commit 2c16b7c

Browse files
Fix typo in source command doc
1 parent a406a3b commit 2c16b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isort/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def _build_arg_parser() -> argparse.ArgumentParser:
472472
const=2,
473473
type=int,
474474
dest="force_grid_wrap",
475-
help="Force number of from imports (defaults to 2 when passed as CLI flag without value)"
475+
help="Force number of from imports (defaults to 2 when passed as CLI flag without value) "
476476
"to be grid wrapped regardless of line "
477477
"length. If 0 is passed in (the global default) only line length is considered.",
478478
)

0 commit comments

Comments
 (0)