From ca7f6a8d7d333d8f6aa52ccc092d4415e2ec038a Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Apr 01 2021 08:47:12 +0000 Subject: Fix a type, add missing work hand Signed-off-by: Jan Kuparinen --- diff --git a/pagure/hooks/fedmsg_hook.py b/pagure/hooks/fedmsg_hook.py index 3752bed..d512062 100644 --- a/pagure/hooks/fedmsg_hook.py +++ b/pagure/hooks/fedmsg_hook.py @@ -77,7 +77,7 @@ It is different from the fedmsg setting present in the project options block which publishes notifications about events happening in the project via pagure's (web) user interface, for example: new tickets, new comments, new pull-requests and so on. -This hook on the other only acts on commits. +This hook on the other hand only acts on commits. """