Skip to content

Commit

Permalink
Merge pull request #1948 from timgates42/bugfix_typo_determination
Browse files Browse the repository at this point in the history
docs: fix simple typo, detrmination -> determination
  • Loading branch information
timothycrosley committed Jan 24, 2023
2 parents 0c8a8b8 + 42eb6d2 commit 06d8ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ticketed_features.py
Expand Up @@ -12,7 +12,7 @@

def test_semicolon_ignored_for_dynamic_lines_after_import_issue_1178():
"""Test to ensure even if a semicolon is in the decorator in the line following an import
the correct line spacing detrmination will be made.
the correct line spacing determination will be made.
See: https://github.com/pycqa/isort/issues/1178.
"""
assert isort.check_code(
Expand Down

0 comments on commit 06d8ef5

Please sign in to comment.