From: Peter Thomassen <4242683+peterthomassen@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:29:48 +0000 (+0200) Subject: Fix typo in message-edns.rst (#1102) X-Git-Tag: v2.7.0rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d893247277966def2f9576df987980cc7b4cfbfa;p=thirdparty%2Fdnspython.git Fix typo in message-edns.rst (#1102) --- diff --git a/doc/message-edns.rst b/doc/message-edns.rst index 4fe78dc8..011fc848 100644 --- a/doc/message-edns.rst +++ b/doc/message-edns.rst @@ -5,7 +5,7 @@ Message EDNS Options EDNS allows for larger messages and also provides an extension mechanism for the protocol. EDNS *options* are typed data, and are -treated much like Rdata. For example, if dnsython encounters the EDNS +treated much like Rdata. For example, if dnspython encounters the EDNS ``ECS`` option code when parsing a DNS wire format message, it will create a ``dns.edns.ECSOption`` object to represent it.