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). """