Skip to content

Commit 06d8ef5

Browse files
authoredJan 24, 2023
Merge pull request #1948 from timgates42/bugfix_typo_determination
docs: fix simple typo, detrmination -> determination
2 parents 0c8a8b8 + 42eb6d2 commit 06d8ef5

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)
Please sign in to comment.