commit | ca87ff6ee43a271862a9216d056cfd037d5a0b36 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 23:31:03 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 23:31:03 2015 -0400 |
tree | 98fc2abc3dc518547bff6f4d5733052c6a394511 | |
parent | 84066823ffaae6b375b3b582222a77598ca27be0 [diff] [blame] |
a random set of flake8 and typo fixes
diff --git a/OpenSSL/rand.py b/OpenSSL/rand.py index 3adf693..27d9f7e 100644 --- a/OpenSSL/rand.py +++ b/OpenSSL/rand.py
@@ -26,6 +26,7 @@ _builtin_bytes = bytes + def bytes(num_bytes): """ Get some random bytes as a string.