From 68b7bec70af83a839f32a6f1963ccf2aa0d540a9 Mon Sep 17 00:00:00 2001 From: Joe Alcorn Date: Wed, 6 Feb 2013 21:46:47 +0000 Subject: [PATCH] Change commented -> comments in api docs --- r2/r2/controllers/listingcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/controllers/listingcontroller.py b/r2/r2/controllers/listingcontroller.py index b0d611fde..a1a63c0cb 100755 --- a/r2/r2/controllers/listingcontroller.py +++ b/r2/r2/controllers/listingcontroller.py @@ -658,7 +658,7 @@ class UserController(ListingController): time = VMenu('t', TimeMenu, remember = False)) @listing_api_doc(section=api_section.users, uri='/user/{username}/{where}', uri_variants=['/user/{username}/' + where for where in [ - 'overview', 'submitted', 'commented', + 'overview', 'submitted', 'comments', 'liked', 'disliked', 'hidden', 'saved']]) def GET_listing(self, where, vuser, sort, time, **env): self.where = where