Skip to content

Commit

Permalink
Merge pull request #2161 from vadimkerr/fix-typo-indended
Browse files Browse the repository at this point in the history
fix typo: indended -> indented
  • Loading branch information
staticdev authored Jul 26, 2023
2 parents 5a5720c + 72aca29 commit 3ab3ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ If `True` isort will follow symbolic links when doing recursive sorting.

## Indented Import Headings

If `True` isort will apply import headings to indended imports the same way it does unindented ones.
If `True` isort will apply import headings to indented imports the same way it does unindented ones.

**Type:** Bool
**Default:** `True`
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_config_option_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __str__(self):
"git_ignore": "If `True` isort will honor ignores within locally defined .git_ignore files.",
"formatting_function": "The fully qualified Python path of a function to apply to format code sorted by isort.",
"group_by_package": "If `True` isort will automatically create section groups by the top-level package they come from.",
"indented_import_headings": "If `True` isort will apply import headings to indended imports the same way it does unindented ones.",
"indented_import_headings": "If `True` isort will apply import headings to indented imports the same way it does unindented ones.",
"import_headings": "A mapping of import sections to import heading comments that should show above them.",
"import_footers": "A mapping of import sections to import footer comments that should show below them.",
}
Expand Down

0 comments on commit 3ab3ad4

Please sign in to comment.