Fix "comparason" typo in doc for ComparableVersionedObject

Change-Id: I4a8d05a9fac62bca92e79c24e6552bcc3c70d800
This commit is contained in:
Neil Jerram 2015-06-22 12:31:49 +01:00
parent 4f22c09499
commit aaa59b0bb6

View File

@ -630,7 +630,7 @@ class VersionedObject(object):
class ComparableVersionedObject(object):
"""Mix-in to provide comparason methods
"""Mix-in to provide comparison methods
When objects are to be compared with each other (in tests for example),
this mixin can be used.