Author
|
zPlus <zplus@peers.community>
2020-06-05 07:27:23
|
Committer
|
zPlus <zplus@peers.community>
2020-06-05 07:27:23
|
Commit
|
304d273
(patch)
|
Tree
|
c10c5bc
|
Parent(s)
|
|
Fix typo.
commits diff:
c253864..304d273
1 file changed,
1 insertion,
1 deletion
—
download
Diffstat
Diff options
+1/-1
M freepost/random.py
3
|
3
|
|
# security tokens, and related secrets.
|
4
|
4
|
|
# In particularly, secrets should be used in preference to the default
|
5
|
5
|
|
# pseudo-random number generator in the random module, which is designed for
|
6
|
|
- |
# modelling and simulation, not security or cryptography.
|
|
6
|
+ |
# modeling and simulation, not security or cryptography.
|
7
|
7
|
|
#
|
8
|
8
|
|
# Requires Python 3.6+
|
9
|
9
|
|
# import secrets
|