]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix typos
authorBob Halley <halley@dnspython.org>
Mon, 15 Aug 2022 18:02:09 +0000 (11:02 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 15 Aug 2022 18:02:09 +0000 (11:02 -0700)
dns/zone.py

index 248800d71fd0438ff99c7e829a330d484cbfb3ec..d3bdb3b504874d53f2d0476c3ed641b71e5d0753 100644 (file)
@@ -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