Fix grammo

This commit is contained in:
Jon Tibble 2010-06-25 01:25:21 +01:00
parent 6798f3402c
commit 3cee3f0f8e
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ class ServiceItem(object):
def merge(self, other):
"""
Updates the _uuid with the value from the original one
The _uuid is unique for a give service item but this allows one to
The _uuid is unique for a given service item but this allows one to
replace an original version.
"""
self._uuid = other._uuid