Fix a typo in designate/worker/tasks/zone.py

Removed redundant 'the'

Change-Id: I6cfbee6208cbb9b222369fef2eeefe2166503ce4
This commit is contained in:
Cao Xuan Hoang 2017-01-05 13:23:49 +07:00
parent d7bedee680
commit 1a5ebf6e6b
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class ZonePoller(base.Task, ThresholdMixin):
- ERROR: the operation failed
- NO_ZONE: the zone doesn't exist on enough name servers
:return: Whether the the polling was successful, and a status
:return: Whether the polling was successful, and a status
describing the state (bool, str)
"""