Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 20, 2023
1 parent 4b2045f commit 7c165f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/tests/test_easy_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ def test_add_from_site_is_ignored(self):

def test_add_remove_for_normalized_path(self):
"""
In windows, path is not case sensitive,
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.
"""
if sys.platform.startswith('win'):
path_org = 'C:/Location/package'
Expand Down

0 comments on commit 7c165f2

Please sign in to comment.