This commit is contained in:
John ShaggyTwoDope Jenkins
2015-10-13 13:27:17 -07:00
parent 1e3abc17d8
commit e2fdb22f27
4 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ def strip_subreddit_url(permalink):
"""
Strip a subreddit name from the subreddit's permalink.
This is used to avoid submission.subreddit.url making a seperate API call.
This is used to avoid submission.subreddit.url making a separate API call.
"""
subreddit = permalink.split('/')[4]