Skip to content

Commit 7c165f2

Browse files
committed
Fix docstring
1 parent 4b2045f commit 7c165f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setuptools/tests/test_easy_install.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ def test_add_from_site_is_ignored(self):
318318

319319
def test_add_remove_for_normalized_path(self):
320320
"""
321-
In windows, path is not case sensitive,
322-
This is test when the distiribution path is cwd and normalized.
321+
In windows, path is not case sensitive,
322+
This is test when the distribution path is cwd and normalized.
323323
"""
324324
if sys.platform.startswith('win'):
325325
path_org = 'C:/Location/package'

0 commit comments

Comments
 (0)