Corrected typographical error.

Corrected a minor typographical error with the API comments for the delete_sr_img POST function.
This commit is contained in:
Kruithne
2013-07-15 18:11:07 +01:00
committed by Neil Williams
parent 1e9c2521c1
commit 840ab37de3

View File

@@ -1600,7 +1600,7 @@ class ApiController(RedditController, OAuth2ResourceController):
@api_doc(api_section.subreddits)
def POST_delete_sr_img(self, form, jquery, name):
"""
Called called upon requested delete on /about/stylesheet.
Called upon requested delete on /about/stylesheet.
Updates the site's image list, and causes the <li> which wraps
the image to be hidden.
"""