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 13a1dcd commit 9c2b86bCopy full SHA for 9c2b86b
docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/README.md
@@ -48,7 +48,7 @@ except ZeroDivisionError:
48
logging.critical("Error occurred: Division by zero")
49
50
```
51
-The `compliant01.py` using `logging` and loglevels allows better integration with a centralized logging system.
+In `compliant01.py`, using `logging` and loglevels allows better integration with a centralized logging system.
52
53
## Automated Detection
54
0 commit comments