From: Bob Halley Date: Mon, 15 Aug 2022 18:02:09 +0000 (-0700) Subject: fix typos X-Git-Tag: v2.3.0rc1~53^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c1669e0e44a12a2828bfa8ce50535d75f738e52;p=thirdparty%2Fdnspython.git fix typos --- 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