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 3c9b680 commit b5f98a6Copy full SHA for b5f98a6
docs/index.rst
@@ -57,7 +57,7 @@ working directory is currently used. To do so, create a :class:`FileLock <filelo
57
58
lock = FileLock(lock_path, timeout=1)
59
60
-The lock object supports multiple ways for acquiring the lock, including the ones used to acquire standard Python thread
+The lock object represents an exclusive/write lock and can be acquired in multiple ways, including the ones used to acquire standard Python thread
61
locks:
62
63
.. code-block:: python
0 commit comments