From f6d28c46ae9f9546b2a781755043ca3740fa8e14 Mon Sep 17 00:00:00 2001 From: Snehal Karale Date: Mar 04 2017 13:47:19 +0000 Subject: Modified Doc Strings Modified doc strings from following files: pagure/pagure/hooks/mail.py pagure/pagure/hooks/pagure_ci.py Merges: https://pagure.io/pagure/pull-request/1934 --- 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 '\