]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Note module name is "dns"
authorBob Halley <halley@dnspython.org>
Fri, 3 Jul 2026 15:24:13 +0000 (08:24 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 3 Jul 2026 15:24:13 +0000 (08:24 -0700)
README.md

index a6453f874d897e5b377825de6c922c2d009f5302..5f796bb94d715ef0267bad9081baa59bc2843d83 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ classes perform queries for data of a given name, type, and class, and return an
 answer set. The low-level classes allow direct manipulation of DNS zones,
 messages, names, and records.
 
-To see a few of the ways `dnspython` can be used, look in the `examples/`
-directory.
+The module name for `dnspython` is `dns`.  To see a few of the ways `dnspython` can be
+used, look in the `examples/` directory.
 
 `dnspython` is a utility to work with DNS, `/etc/hosts` is thus not used. For
 simple forward DNS lookups, it's better to use `socket.getaddrinfo()` or