Skip to content

Commit e1ce6b8

Browse files
Fix a typo in pylint_django/tests/test_func.py
1 parent f39c05b commit e1ce6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/tests/test_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TestDialect(csv.excel):
2828
# specify directly the directory containing test_functional.py
2929
test_functional_dir = os.getenv("PYLINT_TEST_FUNCTIONAL_DIR", "")
3030

31-
# otherwise look for in in ~/pylint/tests - pylint 2.4
31+
# otherwise look for it in ~/pylint/tests - pylint 2.4
3232
# this is the pylint git checkout dir, not the pylint module dir
3333
if not os.path.isdir(test_functional_dir):
3434
test_functional_dir = os.path.join(os.getenv("HOME", "/home/travis"), "pylint", "tests")

0 commit comments

Comments
 (0)