Browse Source

[2879] tweak docstring wording as suggested in review

JINMEI Tatuya 12 years ago
parent
commit
9a2bcae912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/notify/notify_out.py

+ 1 - 1
src/lib/python/isc/notify/notify_out.py

@@ -566,7 +566,7 @@ class NotifyOut:
         """Parse the notify reply message.
 
         rcode will not be checked here; if we get the response
-        from the slave, it means the slave has got the notify.
+        from the slave, it means the slave got the notify.
 
         """
         msg = Message(Message.PARSE)