avoid referring to an internal function name in hook docs

This commit is contained in:
Matt Westcott 2018-11-30 11:29:21 +00:00
parent 23c02ecfa1
commit b81e5c6b85

View file

@ -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``.