[odrs-web: 2/4] Fix the taboo API docstring
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web: 2/4] Fix the taboo API docstring
- Date: Tue, 29 Sep 2020 14:54:35 +0000 (UTC)
commit 8a7b8eb576586a9a0d618a0b24d2d812d85d6528
Author: Michael Terry <mike mterry name>
Date: Sun Aug 23 22:09:29 2020 -0400
Fix the taboo API docstring
app_data/odrs/views_api.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/odrs/views_api.py b/app_data/odrs/views_api.py
index 10ad680..e3f0c76 100644
--- a/app_data/odrs/views_api.py
+++ b/app_data/odrs/views_api.py
@@ -480,7 +480,7 @@ def api_rating_for_id(app_id):
@app.route('/1.0/reviews/api/taboo/all')
def api_taboo_all():
"""
- Get the star ratings for a specific application.
+ Get all registered forbidden words.
"""
items = defaultdict(list)
for taboo in db.session.query(Taboo).\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]