Skip to content

Commit 3320825

Browse files
committed
providing better explaination for ant-pattern
Signed-off-by: Helge Wehder <[email protected]>
1 parent 0fd6790 commit 3320825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Code examples are written to explain security design with as little code as poss
2727

2828
__Code file naming conventions:__
2929

30-
* `noncompliantXX.py` anti-pattern, bad programming practice.
30+
* `noncompliantXX.py` anti-pattern, bad programming practice.
3131
* `compliantXX.py` mitigation or removal of __ONLY__ the described risk.
3232
* `exampleXX.py` to allow understanding the documented behaviour.
3333

0 commit comments

Comments
 (0)