From 83e852a570cb70aca67256436bdd2afb432aa185 Mon Sep 17 00:00:00 2001 From: Alex Galonsky Date: Fri, 4 Sep 2020 11:36:33 -0400 Subject: [PATCH] fixing documentation about previous singleton argument --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ae3eb2a..5907477 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ improve the Lua scripting emulation. It has a few backwards incompatibilities that may require changes to your code: 1. By default, each FakeRedis or FakeStrictRedis instance contains its own - state. This is equivalent to the `singleton=True` option to previous + state. This is equivalent to the `singleton=False` option to previous versions of fakeredis. This change was made to improve isolation between tests. If you need to share state between instances, create a FakeServer, as described above.