Fix "comparason" typo in doc for ComparableVersionedObject
Change-Id: I4a8d05a9fac62bca92e79c24e6552bcc3c70d800
This commit is contained in:
parent
4f22c09499
commit
aaa59b0bb6
@ -630,7 +630,7 @@ class VersionedObject(object):
|
|||||||
|
|
||||||
|
|
||||||
class ComparableVersionedObject(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),
|
When objects are to be compared with each other (in tests for example),
|
||||||
this mixin can be used.
|
this mixin can be used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user