Skip to content

Commit eb7e4d3

Browse files
myterons19110
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-460/README.md
Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent 649840f commit eb7e4d3

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-460

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-460/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It is best practice to use `with` statement in such cases as it will make sure t
3535

3636
## Non-Compliant Code Example
3737

38-
In the `noncompliant.py` example, a thread gets locked, but not unlocked due to an exception being thrown before it can be closed. This might lead to the lock remaining closed and inaccessible for further use.
38+
In the `noncompliant01.py` example, a thread gets locked, but not unlocked due to an exception being thrown before it can be closed. This might lead to the lock remaining closed and inaccessible for further use.
3939

4040
*[noncompliant01.py](noncompliant01.py):*
4141

0 commit comments

Comments
 (0)