aboutsummaryrefslogtreecommitdiff
path: root/python/olm/group_session.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/olm/group_session.py')
-rw-r--r--python/olm/group_session.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/olm/group_session.py b/python/olm/group_session.py
index 5656e5a..bbb5e56 100644
--- a/python/olm/group_session.py
+++ b/python/olm/group_session.py
@@ -314,8 +314,7 @@ class OutboundGroupSession(object):
"""Create a new outbound group session.
Start a new outbound group session. Raises OlmGroupSessionError on
- failure. If there weren't enough random bytes for the session creation
- the error message for the exception will be NOT_ENOUGH_RANDOM.
+ failure.
"""
if False: # pragma: no cover
self._session = self._session # type: ffi.cdata