Update subreddit_page.py

This commit is contained in:
Michael Lazar
2018-03-14 18:03:50 -04:00
committed by GitHub
parent f4cdebfa98
commit 8f64874606

View File

@@ -25,7 +25,6 @@ class SubredditPage(Page):
""" """
Params: Params:
name (string): Name of subreddit to open name (string): Name of subreddit to open
url (string): Optional submission to load upon start
""" """
super(SubredditPage, self).__init__(reddit, term, config, oauth) super(SubredditPage, self).__init__(reddit, term, config, oauth)