diff options
| author | Tim Gates <tim.gates@iress.com> | 2022-07-03 14:43:34 +1000 |
|---|---|---|
| committer | Tim Gates <tim.gates@iress.com> | 2022-07-03 14:43:34 +1000 |
| commit | 42eb6d2d598da9c96c114634ece8699e44689312 (patch) | |
| tree | d56bcd4972c7c5f151f0c519a6bc70573b9702e6 /tests/unit | |
| parent | 12cc5fbd67eebf92eb2213b03c07b138ae1fb448 (diff) | |
| download | isort-42eb6d2d598da9c96c114634ece8699e44689312.tar.gz | |
docs: fix simple typo, detrmination -> determination
There is a small typo in tests/unit/test_ticketed_features.py.
Should read `determination` rather than `detrmination`.
Diffstat (limited to 'tests/unit')
| -rw-r--r-- | tests/unit/test_ticketed_features.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_ticketed_features.py b/tests/unit/test_ticketed_features.py index ca39c0f9..bb51c0ea 100644 --- a/tests/unit/test_ticketed_features.py +++ b/tests/unit/test_ticketed_features.py @@ -12,7 +12,7 @@ from isort import Config, api, 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( |
