Skip to content

Commit 6f55df5

Browse files
committed
Fixing typo's in the pySCG main readme
Signed-off-by: Helge Wehder <[email protected]>
1 parent e20e4db commit 6f55df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Every person writing code shall study the following:
2323

2424
## Secure Coding Standard for Python
2525

26-
Code examples are written to explain security design with as little code as possible. __None__ of the code examples are intendet to be used 'as is' for production. Using the code is at your own risk!
26+
Code examples are written to explain security design with as little code as possible. __None__ of the code examples are intended to be used 'as is' for production. Using the code is at your own risk!
2727

28-
__Code file naminng conventions:__
28+
__Code file naming conventions:__
2929

3030
* `noncompliantXX.py` anti-pattern.
31-
* `compliantXX.py` mitigation for mitigating or removal of __ONLY__ the described risk.
31+
* `compliantXX.py` mitigation or removal of __ONLY__ the described risk.
3232
* `exampleXX.py` to allow understanding the documented behaviour.
3333

3434
It is __not production code__ and requires code-style or python best practices to be added such as:

0 commit comments

Comments
 (0)