home » zplus/freepost.git
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 deletiondownload


Diffstat
-rw-r--r-- freepost/random.py 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+1/-1 M   freepost/random.py
index 4f3a3fa..7d9eba8
old size: 1K - new size: 1K
@@ -3,7 +3,7 @@
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