Skip to content

Commit 02b1a58

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109/README.md
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent c7c85f2 commit 02b1a58

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Redefining identifiers from *The Python Standard Library* \[[Python 2025](https:
66

77
## Non-Compliant Code Example (Built-in Function)
88

9-
The redefined built-in function `len()` in `noncompliant01.py` in incorrectly adding each element to a "sum" instead of calculating the length of an object.
9+
The redefined built-in function `len()` in `noncompliant01.py` is incorrectly adding each element to a "sum" instead of calculating the length of an object.
1010

1111
*[noncompliant01.py](noncompliant01.py):*
1212

0 commit comments

Comments
 (0)