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 69f49e9 commit 4c65f44Copy full SHA for 4c65f44
docs/index.rst
@@ -28,7 +28,9 @@ Perhaps you are looking for something like:
28
- the `pid <https://pypi.python.org/pypi/pid>`_ 3rd party library,
29
- for Windows the `msvcrt <https://docs.python.org/3/library/msvcrt.html#msvcrt.locking>`_ module in the standard
30
library,
31
-- for UNIX the `fcntl <https://docs.python.org/3/library/fcntl.html#fcntl.flock>`_ module in the standard library.
+- for UNIX the `fcntl <https://docs.python.org/3/library/fcntl.html#fcntl.flock>`_ module in the standard library,
32
+- the `flufl.lock <https://pypi.org/project/flufl.lock/>`_ 3rd party library.
33
+
34
35
Installation
36
------------
0 commit comments