summaryrefslogtreecommitdiff
path: root/dns/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/message.py')
-rw-r--r--dns/message.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/message.py b/dns/message.py
index 6fa90ca..2a7565a 100644
--- a/dns/message.py
+++ b/dns/message.py
@@ -236,8 +236,7 @@ class Message:
return not self.__eq__(other)
def is_response(self, other):
- """Is *other*, also a ``dns.message.Message``, a response to this
- message?
+ """Is *other* a response this message?
Returns a ``bool``.
"""