forked from openlp/openlp
Fix grammo
This commit is contained in:
parent
6798f3402c
commit
3cee3f0f8e
@ -304,7 +304,7 @@ class ServiceItem(object):
|
|||||||
def merge(self, other):
|
def merge(self, other):
|
||||||
"""
|
"""
|
||||||
Updates the _uuid with the value from the original one
|
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.
|
replace an original version.
|
||||||
"""
|
"""
|
||||||
self._uuid = other._uuid
|
self._uuid = other._uuid
|
||||||
|
Loading…
Reference in New Issue
Block a user