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. ::