From c7dfa18e33638761ee96a743173951cfd4a1d43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 28 Sep 2021 10:37:06 +0100 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- src/filelock/_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filelock/_api.py b/src/filelock/_api.py index 393e382..0348f67 100644 --- a/src/filelock/_api.py +++ b/src/filelock/_api.py @@ -155,7 +155,7 @@ def release(self, force=False): """ Releases the file lock. - Please note, that the lock is only completly released, if the lock + Please note, that the lock is only completely released, if the lock counter is 0. Also note, that the lock file itself is not automatically deleted.