Skip to content

Commit

Permalink
docs: fix simple typo, detrmination -> determination
Browse files Browse the repository at this point in the history
There is a small typo in tests/unit/test_ticketed_features.py.

Should read `determination` rather than `detrmination`.
  • Loading branch information
timgates42 committed Jul 3, 2022
1 parent 12cc5fb commit 42eb6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ticketed_features.py
Original file line number Diff line number Diff line change
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 42eb6d2

Please # to comment.