Skip to content

Commit 9c2b86b

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 13a1dcd commit 9c2b86b

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
@@ -48,7 +48,7 @@ except ZeroDivisionError:
4848
logging.critical("Error occurred: Division by zero")
4949

5050
```
51-
The `compliant01.py` using `logging` and loglevels allows better integration with a centralized logging system.
51+
In `compliant01.py`, using `logging` and loglevels allows better integration with a centralized logging system.
5252

5353
## Automated Detection
5454

0 commit comments

Comments
 (0)