From 92ed21f550071e6593ef765fa43fbc75551c1088 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 29 May 2020 13:18:42 +0200 Subject: [PATCH] Update lock.rst --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index a0485959893..865471f0fe5 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -501,7 +501,7 @@ CombinedStore ~~~~~~~~~~~~~ Combined stores allow to store locks across several backends. It's a common -mistake to think that the lock mechanism will be more reliable. This is wrong +mistake to think that the lock mechanism will be more reliable. This is wrong. The ``CombinedStore`` will be, at best, as reliable as the least reliable of all managed stores. As soon as one managed store returns erroneous information, the ``CombinedStore`` won't be reliable.