Browse Source

Adjust the documentation of the api_view_user_activity_stats endpoint

Pierre-Yves Chibon 7 years ago
parent
commit
0fabc340fd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pagure/api/user.py

+ 4 - 4
pagure/api/user.py

@@ -113,10 +113,10 @@ def api_view_user(username):
 @api_method
 def api_view_user_activity_stats(username):
     """
-    User activity
-    -------------
-    Use this endpoint to retrieve activity information about a specific user
-    over the last year.
+    User activity stats
+    -------------------
+    Use this endpoint to retrieve activity stats about a specific user over
+    the last year.
 
     ::