From 7f3cb81f6d7862f5e1f264da1708701fbf5fe2b3 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Wed, 24 Jul 2024 22:48:43 +0100 Subject: [PATCH] Updated docstring to fix indentation --- src/reddit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reddit.py b/src/reddit.py index 35d6443..dac43e7 100644 --- a/src/reddit.py +++ b/src/reddit.py @@ -10,9 +10,9 @@ changelog: - 0.0.3 - Updated author_url in docstring to point to git repo. - 0.0.4 - Updated to use a class instead of a series of - functions (RedditPage), and merged the user - and subreddit functions into a single method - (RedditPage#get_page). + functions (RedditPage), and merged the user + and subreddit functions into a single method + (RedditPage#get_page). """