We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2045f commit 7c165f2Copy full SHA for 7c165f2
setuptools/tests/test_easy_install.py
@@ -318,8 +318,8 @@ def test_add_from_site_is_ignored(self):
318
319
def test_add_remove_for_normalized_path(self):
320
"""
321
- In windows, path is not case sensitive,
322
- This is test when the distiribution path is cwd and normalized.
+ In windows, path is not case sensitive,
+ This is test when the distribution path is cwd and normalized.
323
324
if sys.platform.startswith('win'):
325
path_org = 'C:/Location/package'
0 commit comments