diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-09 13:50:16 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-09 13:50:16 -0700 |
| commit | 07e81b80e628d5b74580efb00c7caa93c6bd7b9f (patch) | |
| tree | 8a95c2faf75f2213b268dd6806512efe47d9be49 /doc/message-class.rst | |
| parent | d85b31d8be47bd7d8cfa67f7119ba833738a8038 (diff) | |
| download | dnspython-07e81b80e628d5b74580efb00c7caa93c6bd7b9f.tar.gz | |
binary -> bytes, text -> str
Diffstat (limited to 'doc/message-class.rst')
| -rw-r--r-- | doc/message-class.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/message-class.rst b/doc/message-class.rst index 13e740e..a4ed049 100644 --- a/doc/message-class.rst +++ b/doc/message-class.rst @@ -58,7 +58,7 @@ The dns.message.Message Class The TSIG keyring to use. The default is `None`. A TSIG keyring is a dictionary mapping from TSIG key name, a ``dns.name.Name``, to - a TSIG secret, a ``binary``. + a TSIG secret, a ``bytes``. .. attribute:: keyname @@ -72,7 +72,7 @@ The dns.message.Message Class .. attribute:: request_mac - A ``binary``, the TSIG MAC of the request message associated with + A ``bytes``, the TSIG MAC of the request message associated with this message; used when validating TSIG signatures. .. attribute:: fudge @@ -89,12 +89,12 @@ The dns.message.Message Class .. attribute:: other_data - A ``binary``, the TSIG "other data". The default is the empty - ``binary``. + A ``bytes``, the TSIG "other data". The default is the empty + ``bytes``. .. attribute:: mac - A ``binary``, the TSIG MAC for this message. + A ``bytes``, the TSIG MAC for this message. .. attribute:: xfr |
