From bdfaccc51b89737bd457a896eb52398adf228aa3 Mon Sep 17 00:00:00 2001 From: David Marx Date: Sat, 14 Apr 2018 20:24:53 -0700 Subject: [PATCH] Fixed heading level --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 16cc31a..580cb4b 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ The ``created_utc`` field will be added automatically (it's used for paging). import datetime as dt start_epoch=int(dt.datetime(2017, 1, 1).timestamp()) - + list(api.search_submissions(after=start_epoch, subreddit='politics', filter=['url','author', 'title', 'subreddit'], @@ -153,7 +153,7 @@ the result to a namedtuple for dot notation attribute access). result = next(gen) Using the ``stop_condition`` argument to get the most recent submission by a bot account -------------------------------------------------------------------------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: python