From e25629813b6086b903a6ab7bd8eae66f3678dc3b Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Mon, 9 Oct 2023 08:16:08 -0300 Subject: [PATCH] add url --- .../codemods/python/pixee_python_safe-bad-lock-with-statement.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/codemods/python/pixee_python_safe-bad-lock-with-statement.md b/docs/codemods/python/pixee_python_safe-bad-lock-with-statement.md index b46f4aa..9a3f4b3 100644 --- a/docs/codemods/python/pixee_python_safe-bad-lock-with-statement.md +++ b/docs/codemods/python/pixee_python_safe-bad-lock-with-statement.md @@ -35,3 +35,4 @@ This codemod creates a new variable named `lock` which could clash with another ## References * [https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html](https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html) +* [https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement](https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement)