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

This commit is contained in:
Jenkins 2017-01-19 13:40:50 +00:00 committed by Gerrit Code Review
commit a5624fd684
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)
"""