We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e90b77 commit 0bcc21dCopy full SHA for 0bcc21d
docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/README.md
@@ -137,7 +137,7 @@ Code `example03.py` demonstrates how Python is changing required storage in the
137
138
## Non-Compliant Code Example
139
140
-Method shiftRight in `noncompliant01.py` can reach zero for positive numbers but loops forever on negative inputs.
+Method `shift_right` in `noncompliant01.py` can reach zero for positive numbers but loops forever on negative inputs.
141
142
*[noncompliant01.py](noncompliant01.py):*
143
0 commit comments