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):
"""Provides comparision capabilities that is based on a key
"""Provides comparison capabilities that is based on a key
"""
def __init__(self, key, defining_class):