Skip to content

Commit 42eb6d2

Browse files
committed
docs: fix simple typo, detrmination -> determination
There is a small typo in tests/unit/test_ticketed_features.py. Should read `determination` rather than `detrmination`.
1 parent 12cc5fb commit 42eb6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_ticketed_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

0 commit comments

Comments
 (0)