Commit 6c192465 authored by Grégory Wisniewski's avatar Grégory Wisniewski

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
parent efbd4da1
......@@ -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))]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment