Skip to content

Commit 4913151

Browse files
authored
Fix typo in docs for bad-lock-with-statement (#449)
1 parent 1460393 commit 4913151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_codemods/with_threading_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class WithThreadingLock(SimpleCodemod, NameResolutionMixin):
1111
review_guidance=ReviewGuidance.MERGE_WITHOUT_REVIEW,
1212
references=[
1313
Reference(
14-
url="https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock."
14+
url="https://pylint.pycqa.org/en/latest/user_guide/messages/warning/useless-with-lock.html"
1515
),
1616
Reference(
1717
url="https://docs.python.org/3/library/threading.html#using-locks-conditions-and-semaphores-in-the-with-statement"

0 commit comments

Comments
 (0)