From b7cc04fd75ae44bf0d33cd2a7ea01b8342a28905 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20=C5=A0m=C3=ADd?= <martin.smid94@seznam.cz>
Date: Sat, 6 Oct 2018 12:34:43 +0200
Subject: [PATCH] Update docs Discussions_by_author_before_date

---
 beem/discussions.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/beem/discussions.py b/beem/discussions.py
index 25658beb..e9c34395 100644
--- a/beem/discussions.py
+++ b/beem/discussions.py
@@ -213,8 +213,14 @@ class Discussions_by_trending(list):
 class Discussions_by_author_before_date(list):
     """ Get Discussions by author before date
 
-        :param beem.discussions.Query discussion_query: Defines the parameter for
-            searching posts
+        .. note:: To retrieve discussions before date, the time of creation
+                  of the discussion @author/start_permlink must be older than
+                  the specified before_date parameter.
+
+        :param str author: Defines the author *(required)*
+        :param str start_permlink: Defines the permlink of a starting discussion
+        :param str before_date: Defines the before date for query
+        :param int limit: Defines the limit of discussions
         :param beem.steem.Steem steem_instance: Steem instance
 
         .. testcode::
-- 
GitLab