From ffe456714cab311168cf9a42167e527146143a45 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 12 Aug 2022 13:28:06 -0700 Subject: [PATCH] Correct error message grammar Co-authored-by: Sachi King --- octodns/zone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/zone.py b/octodns/zone.py index 7ffbb90..1bc3724 100644 --- a/octodns/zone.py +++ b/octodns/zone.py @@ -79,7 +79,7 @@ class Zone(object): if not record._type == 'NS': # and not a NS record, this should be in the sub raise SubzoneRecordException( - f'Record {record.fqdn} a managed sub-zone and not of type NS' + f'Record {record.fqdn} is a managed sub-zone and not of type NS' ) else: # It's not an exact match so there has to be a `.` before the