Skip to content

Commit 3d7aec1

Browse files
authored
Fix typo. Thanks to Christian Clauss for the patch (#182).
1 parent 537ff3b commit 3d7aec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distlib/markers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _get_versions(s):
3838

3939
class Evaluator(object):
4040
"""
41-
This class is used to evaluate marker expessions.
41+
This class is used to evaluate marker expressions.
4242
"""
4343

4444
operations = {

0 commit comments

Comments
 (0)