diff --git a/patroni/dcs/__init__.py b/patroni/dcs/__init__.py index bc74bbe0..389cae86 100644 --- a/patroni/dcs/__init__.py +++ b/patroni/dcs/__init__.py @@ -1640,7 +1640,7 @@ class AbstractDCS(abc.ABC): return cluster def get_cluster(self) -> Cluster: - """Retrieve an appropriate cached or fresh view of DCS. + """Retrieve a fresh view of DCS. .. note:: Stores copy of time, status and failsafe values for comparison in DCS update decisions.