From: Bob Halley Date: Mon, 11 Oct 2021 22:27:10 +0000 (-0700) Subject: fix accidental reversion of message.py typo fix X-Git-Tag: v2.2.0rc1~49^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdd3f77fccd3bd652f1a78397f944eca4fbbe964;p=thirdparty%2Fdnspython.git fix accidental reversion of message.py typo fix --- diff --git a/dns/message.py b/dns/message.py index 2a7565a0..6fa90ca5 100644 --- a/dns/message.py +++ b/dns/message.py @@ -236,7 +236,8 @@ class Message: return not self.__eq__(other) def is_response(self, other): - """Is *other* a response this message? + """Is *other*, also a ``dns.message.Message``, a response to this + message? Returns a ``bool``. """