We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9f843 commit a99d745Copy full SHA for a99d745
Doc/library/shelve.rst
@@ -100,8 +100,8 @@ The following additional methods are supported:
100
101
.. warning::
102
103
- When calling :meth:`sync`, *writeback* attribute is temporarily set to
104
- :const:`False` and other threads will stop updating the cache. As such,
+ When calling :meth:`sync`, the *writeback* attribute is temporarily set
+ to :const:`False` and other threads will stop updating the cache. Thus,
105
this method, and any method calling it, is **not** thread-safe.
106
107
.. method:: Shelf.reorganize()
0 commit comments