From b81e5c6b85ec7e4a905ea485acb8c19311129844 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 30 Nov 2018 11:29:21 +0000 Subject: [PATCH] avoid referring to an internal function name in hook docs --- docs/reference/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/hooks.rst b/docs/reference/hooks.rst index de20ade8c..bf01c0f36 100644 --- a/docs/reference/hooks.rst +++ b/docs/reference/hooks.rst @@ -505,7 +505,7 @@ Hooks for customising the way users are directed through the process of creating ``before_move_page`` ~~~~~~~~~~~~~~~~~~~~~ - Called at the beginning of the "move_confirm page" view passing in the request, the page object and the destination page object. + Called at the beginning of the "move page" view passing in the request, the page object and the destination page object. Uses the same behaviour as ``before_create_page``.