Skip to content

Commit 0bcc21d

Browse files
myterons19110
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/README.md
Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent 7e90b77 commit 0bcc21d

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Code `example03.py` demonstrates how Python is changing required storage in the
137137

138138
## Non-Compliant Code Example
139139

140-
Method shiftRight in `noncompliant01.py` can reach zero for positive numbers but loops forever on negative inputs.
140+
Method `shift_right` in `noncompliant01.py` can reach zero for positive numbers but loops forever on negative inputs.
141141

142142
*[noncompliant01.py](noncompliant01.py):*
143143

0 commit comments

Comments
 (0)