From 15cd10669dc632a78c8ff7d27c6c3c25f452df32 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Thu, 10 Sep 2015 18:04:47 +0200 Subject: [PATCH] Change an outdated comment. --- patroni/dcs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patroni/dcs.py b/patroni/dcs.py index bdba4004..9017da7f 100644 --- a/patroni/dcs.py +++ b/patroni/dcs.py @@ -167,10 +167,9 @@ class AbstractDCS: @abc.abstractmethod def initialize(self): """Race for cluster initialization. - :param path: usually this is just '/initialize' :returns: `!True` if key has been created successfully. - this method should create atomically `path` key and return `!True` + this method should create atomically initialize key and return `!True` otherwise it should return `!False`""" @abc.abstractmethod