From 3c1669e0e44a12a2828bfa8ce50535d75f738e52 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 15 Aug 2022 11:02:09 -0700 Subject: [PATCH] fix typos --- dns/zone.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/zone.py b/dns/zone.py index 248800d7..d3bdb3b5 100644 --- a/dns/zone.py +++ b/dns/zone.py @@ -1210,7 +1210,7 @@ def from_text( encoder/decoder. If ``None``, the default IDNA 2003 encoder/decoder is used. - *allow_directives*, a ``bool`` or an iteratable of `str`. If ``True``, the default, + *allow_directives*, a ``bool`` or an iterable of `str`. If ``True``, the default, then directives are permitted, and the *allow_include* parameter controls whether ``$INCLUDE`` is permitted. If ``False`` or an empty iterable, then no directive processing is done and any directive-like text will be treated as a regular owner @@ -1298,7 +1298,7 @@ def from_file( encoder/decoder. If ``None``, the default IDNA 2003 encoder/decoder is used. - *allow_directives*, a ``bool`` or an iteratable of `str`. If ``True``, the default, + *allow_directives*, a ``bool`` or an iterable of `str`. If ``True``, the default, then directives are permitted, and the *allow_include* parameter controls whether ``$INCLUDE`` is permitted. If ``False`` or an empty iterable, then no directive processing is done and any directive-like text will be treated as a regular owner -- 2.47.3