Browse Source

very slight tweak to working for escaped_semicolons docstring

pull/1253/head
Ross McFarland 5 months ago
parent
commit
484a04b248
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/yaml.py

+ 1
- 1
octodns/provider/yaml.py View File

@ -73,7 +73,7 @@ class YamlProvider(BaseProvider):
# (optional, default False)
disable_zonefile: false
# Whether or not ; in values, e.g. TXT, are escaped \\;
# Whether or not ; in values, e.g. TXT, need to be escaped \\;
# (optional, default True)
escaped_semicolons: True


Loading…
Cancel
Save