]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix accidental reversion of message.py typo fix
authorBob Halley <halley@dnspython.org>
Mon, 11 Oct 2021 22:27:10 +0000 (15:27 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 11 Oct 2021 22:27:10 +0000 (15:27 -0700)
dns/message.py

index 2a7565a03c629b8b8473518e78e45a412e9c471a..6fa90ca5bf4ab79eec8cc43d4a6dd029f534450f 100644 (file)
@@ -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``.
         """