1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Bugfix/typo comparision (#6644)

* Fix type `comparision` with `comparison`.
This commit is contained in:
Tim Gates 2019-06-25 15:47:06 +10:00 committed by Xavier Fernandez
parent 1638b06627
commit abfe7c004d
2 changed files with 1 additions and 1 deletions

0
news/6644.trivial Normal file
View file

View file

@ -5,7 +5,7 @@ import operator
class KeyBasedCompareMixin(object): class KeyBasedCompareMixin(object):
"""Provides comparision capabilities that is based on a key """Provides comparison capabilities that is based on a key
""" """
def __init__(self, key, defining_class): def __init__(self, key, defining_class):