From 5e077f37ea8ed938432804a35c9a31a721ad7e44 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 16 Jan 2017 11:18:57 +0700 Subject: [PATCH] Fix a typo in watcher/objects/base.py Removed redundant 'the' Change-Id: I03cd038c7b1a5d266cb9a1264adc3902c23c971c --- watcher/objects/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/objects/base.py b/watcher/objects/base.py index fc74d26cc..fac68edc4 100644 --- a/watcher/objects/base.py +++ b/watcher/objects/base.py @@ -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.: #