diff --git a/pagure/hooks/mail.py b/pagure/hooks/mail.py index c99d61f..f411316 100644 --- a/pagure/hooks/mail.py +++ b/pagure/hooks/mail.py @@ -24,7 +24,7 @@ from pagure import get_repo_path class MailTable(BASE): - """ Stores information about the irc hook deployed on a project. + """ Stores information about the mail hook deployed on a project. Table -- hook_mail """ diff --git a/pagure/hooks/pagure_ci.py b/pagure/hooks/pagure_ci.py index 4279ba7..7f9ea7d 100644 --- a/pagure/hooks/pagure_ci.py +++ b/pagure/hooks/pagure_ci.py @@ -115,7 +115,7 @@ class PagureCiForm(FlaskForm): class PagureCi(BaseHook): - ''' Mail hooks. ''' + ''' Continuous Integration (CI) hooks. ''' name = 'Pagure CI' description = 'Integrate continuous integration (CI) services into your '\