From 0fabc340fdd92aab2aaecd52d421524e4056e4b7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 03 2016 20:34:20 +0000 Subject: Adjust the documentation of the api_view_user_activity_stats endpoint --- diff --git a/pagure/api/user.py b/pagure/api/user.py index 33f9123..11fc383 100644 --- a/pagure/api/user.py +++ b/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. ::