From 95ae50643a40f24e7c93a7174944970ca9eaa43b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 22 2015 08:56:07 +0000 Subject: Adjust the user API endpoint docstring to be consistent with the others --- diff --git a/pagure/api/user.py b/pagure/api/user.py index 79b572d..10515e2 100644 --- a/pagure/api/user.py +++ b/pagure/api/user.py @@ -27,7 +27,7 @@ from pagure.api import ( def api_view_user(username): """ User information - ================ + ---------------- Use this endpoint to retrieve information about a specific user. ::