From 840ab37de317c086cf1bdc5b2f3da511783e3c0d Mon Sep 17 00:00:00 2001 From: Kruithne Date: Mon, 15 Jul 2013 18:11:07 +0100 Subject: [PATCH] Corrected typographical error. Corrected a minor typographical error with the API comments for the delete_sr_img POST function. --- r2/r2/controllers/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index e783b43b8..5975d7c62 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -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
  • which wraps the image to be hidden. """