You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Redefining identifiers from *The Python Standard Library* \[[Python 2025](https:
6
6
7
7
## Non-Compliant Code Example (Built-in Function)
8
8
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.
0 commit comments