Fix a typo in watcher/objects/base.py

Removed redundant 'the'

Change-Id: I03cd038c7b1a5d266cb9a1264adc3902c23c971c
This commit is contained in:
Cao Xuan Hoang
2017-01-16 11:18:57 +07:00
parent 89cea83c85
commit 5e077f37ea

View File

@@ -104,7 +104,7 @@ class WatcherPersistentObject(object):
}
# Mapping between the object field name and a 2-tuple pair composed of
# its object type (e.g. objects.RelatedObject) and the the name of the
# its object type (e.g. objects.RelatedObject) and the name of the
# model field related ID (or UUID) foreign key field.
# e.g.:
#