From de112689bc79c9b7d33c2130d6929bd179a1db66 Mon Sep 17 00:00:00 2001 From: Snehal Karale Date: Feb 21 2017 11:50:12 +0000 Subject: Modified Doc Strings Modified doc strings from following files: pagure/pagure/hooks/mail.py pagure/pagure/hooks/pagure_ci.py --- 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 5ff4612..2233082 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 '\