Skip to content

Commit 41eae9f

Browse files
author
Fabien Coelho
committed
add a fun comment
1 parent f4bdd4f commit 41eae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/secret.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# random passwords for testing
22

33
import os
4-
import random
4+
import random # a misnomer, should be called "pseudo-random"
55
import string
66

77
# both client and server must share the same seed!

0 commit comments

Comments
 (0)