From 3fc7cfac8114326bda96c6791ce6766c671ea455 Mon Sep 17 00:00:00 2001 From: Jan Kuparinen Date: Nov 01 2021 12:35:03 +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. """