aboutsummaryrefslogtreecommitdiff
path: root/python/olm/account.py
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-10-16 00:04:45 -0400
committerHubert Chathi <hubert@uhoreg.ca>2018-10-16 00:04:45 -0400
commit357d4ff4795d89d623663b3996ddd2dfd4990971 (patch)
tree0574780b0fcaa849eff25b8ddf73a7ff4ebe5312 /python/olm/account.py
parent019ff702a0f8e8015a70b03a5370d518c1b1dafb (diff)
remove unnecessary comments about not enough random
Diffstat (limited to 'python/olm/account.py')
-rw-r--r--python/olm/account.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/olm/account.py b/python/olm/account.py
index 170f94e..1dba96d 100644
--- a/python/olm/account.py
+++ b/python/olm/account.py
@@ -206,9 +206,7 @@ class Account(object):
If the total number of keys stored by this account exceeds
max_one_time_keys() then the old keys are discarded.
- Raises OlmAccountError on error. If the number of random bytes is
- too small then the error message of the exception will be
- NOT_ENOUGH_RANDOM.
+ Raises OlmAccountError on error.
Args:
count(int): The number of keys to generate.