From 3cc8fbc6a4c30acb42a395104f262194d40cbf92 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 07 2016 15:05:53 +0000 Subject: Fix docstrings in the default hook --- diff --git a/pagure/hooks/default.py b/pagure/hooks/default.py index 556f8cf..5d34a69 100644 --- a/pagure/hooks/default.py +++ b/pagure/hooks/default.py @@ -24,7 +24,7 @@ from pagure import SESSION, APP, get_repo_path class DefaultTable(BASE): - """ Stores information about the CI linked to on a project. + """ Stores information about the default hook of a project. Table -- hook_default """ @@ -65,7 +65,7 @@ class DefaultForm(FlaskForm): class Default(BaseHook): - ''' Mail hooks. ''' + ''' Default hooks. ''' name = 'default' description = 'Default hooks that should be enabled for each and '\