From 357d4ff4795d89d623663b3996ddd2dfd4990971 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 16 Oct 2018 00:04:45 -0400 Subject: remove unnecessary comments about not enough random --- python/olm/account.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/olm/account.py') 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. -- cgit v1.2.3