summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2023-01-23 21:28:26 -0800
committerGitHub <noreply@github.com>2023-01-23 21:28:26 -0800
commit06d8ef58a15751eda085547cc2095a6dea098f3b (patch)
tree32c11dd314475532e4b05cf6169e09c938e1596e
parent0c8a8b8d12a16bc54a7fe053eaf52fcbf5e15e35 (diff)
parent42eb6d2d598da9c96c114634ece8699e44689312 (diff)
downloadisort-06d8ef58a15751eda085547cc2095a6dea098f3b.tar.gz
Merge pull request #1948 from timgates42/bugfix_typo_determination
docs: fix simple typo, detrmination -> determination
-rw-r--r--tests/unit/test_ticketed_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_ticketed_features.py b/tests/unit/test_ticketed_features.py
index 93f66391..6f483e8f 100644
--- a/tests/unit/test_ticketed_features.py
+++ b/tests/unit/test_ticketed_features.py
@@ -12,7 +12,7 @@ from isort import Config, exceptions
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(