Commit f3188b90 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in docstring quoting.

Noticed because gitweb syntax colouring disliked it.
parent bd8a4ec4
......@@ -259,7 +259,7 @@ class Application(object):
node.notify(packet)
def outdateAndBroadcastPartition(self):
" Outdate cell of non-working nodes and broadcast changes """
""" Outdate cell of non-working nodes and broadcast changes """
self.broadcastPartitionChanges(self.pt.outdate())
def broadcastLastOID(self):
......
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