Skip to content

Commit cdbe9c6

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/README.md
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
1 parent 985fc73 commit cdbe9c6

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ try:
4545
result = 10 / 0
4646
except ZeroDivisionError:
4747
logging.critical("Error occurred: Division by zero")
48-
#Continues to execute
48+
# Continues to execute
4949
```
5050

5151
## Automated Detection

0 commit comments

Comments
 (0)