From ed2aeb9e7e05f2841c14b526b82f6e0c9df46eca Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 18 2016 09:57:18 +0000 Subject: Reformulate a little the doc on web-hooks --- diff --git a/doc/using_webhooks.rst b/doc/using_webhooks.rst index 2033e4f..0040b1e 100644 --- a/doc/using_webhooks.rst +++ b/doc/using_webhooks.rst @@ -29,7 +29,7 @@ check that the message comes from pagure. Pagure relies on ``hmac`` to sign the content of its messages. If you want -to validate the message, in python you can simply do something like this: +to validate the message, in python, you can do something like the following: ::