From 6c1924658fc6837f85d3468b3619f78d592b26c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com>
Date: Fri, 22 Jan 2010 17:20:51 +0000
Subject: [PATCH] Fix NotifyNodeInformation docstring, only master node send
 this packet.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1481 71dcc9de-d417-0410-9af5-da40c76e7ee4
---
 neo/protocol.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neo/protocol.py b/neo/protocol.py
index a850244b..e8f79bc8 100644
--- a/neo/protocol.py
+++ b/neo/protocol.py
@@ -1125,7 +1125,7 @@ class AnswerNewNodes(Packet):
 
 class NotifyNodeInformation(Packet):
     """
-    Notify information about one or more nodes. Any -> PM, PM -> Any.
+    Notify information about one or more nodes. PM -> Any.
     """
     def _encode(self, node_list):
         body = [pack('!L', len(node_list))]
-- 
2.30.9