Skip to content

Commit 487e8fd

Browse files
committed
pySCG: fix typo in CWE-330 README link
Fix typo 'exammple01.py' -> 'example01.py' in markdown link. Signed-off-by: tommcd <[email protected]>
1 parent c92f0c8 commit 487e8fd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Instead, for generating random numbers for security purposes, use an appropriate
1717

1818
`example01.py`, demonstrates how the same seed value produces identical sequences of random numbers, showing the predictable nature of Python's random module.
1919

20-
*[example01.py](exammple01.py):*
20+
*[example01.py](example01.py):*
2121

2222
```py
2323
# SPDX-FileCopyrightText: OpenSSF project contributors

0 commit comments

Comments
 (0)