Fix comment typo

This commit is contained in:
Simeon Warner 2013-05-24 15:36:58 -04:00
parent 506c44de30
commit b0c7b8e537

View File

@ -35,7 +35,7 @@ class ChangeList(ListBase):
def add(self, resource):
"""Add a resource_change or an iterable collection to this ChangeList
Allows multiple resourec_change objects for the same resource (ie. URI) and
Allows multiple resource_change objects for the same resource (ie. URI) and
preserves the order of addition.
"""
if isinstance(resource, collections.Iterable):