aboutsummaryrefslogtreecommitdiff
path: root/python/olm/account.py
diff options
context:
space:
mode:
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.