Skip to content

Commit b5f98a6

Browse files
authored
Indicate that locks are exclusive/write locks. (#394)
1 parent 3c9b680 commit b5f98a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ working directory is currently used. To do so, create a :class:`FileLock <filelo
5757
5858
lock = FileLock(lock_path, timeout=1)
5959
60-
The lock object supports multiple ways for acquiring the lock, including the ones used to acquire standard Python thread
60+
The lock object represents an exclusive/write lock and can be acquired in multiple ways, including the ones used to acquire standard Python thread
6161
locks:
6262

6363
.. code-block:: python

0 commit comments

Comments
 (0)