From 0aaa235d0a1411e6392fa1328de8e025c12fa6a2 Mon Sep 17 00:00:00 2001 From: Theo Julienne Date: Mon, 28 Jan 2019 09:07:20 -0800 Subject: [PATCH] Update octodns/provider/dyn.py Co-Authored-By: ross --- octodns/provider/dyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octodns/provider/dyn.py b/octodns/provider/dyn.py index 684bbc8..b22f9cc 100644 --- a/octodns/provider/dyn.py +++ b/octodns/provider/dyn.py @@ -583,7 +583,7 @@ class DynProvider(BaseProvider): # Populate rules rules = self._populate_dynamic_rules(rulesets, pools) - # We start out with something that will always change show + # We start out with something that will always show # change in case this is a busted TD. This will prevent us from # creating a duplicate td. We'll overwrite this with real data # provide we have it