From 2ea102a2523fa626d6862e0583b92c4eab86a9b8 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 15 Feb 2021 12:46:47 -0500 Subject: [PATCH] fix sphinx warning --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 36a05dc..8bc7a3f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ API Adds a new audit hook callback. - :param callable hook: Function to call with every event from :py:func:`audit` + :param hook: Function to call with every event from :py:func:`audit` :rtype: None .. code-block:: python