From: Vladimír Vondruš Date: Fri, 6 Sep 2019 10:28:34 +0000 (+0200) Subject: doc: uh oh. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f94b1420c09c9959d41e3a85bce97c24da236153;p=blog.git doc: uh oh. --- diff --git a/doc/documentation/python.rst b/doc/documentation/python.rst index d7b59707..50071d8b 100644 --- a/doc/documentation/python.rst +++ b/doc/documentation/python.rst @@ -858,8 +858,8 @@ Keyword argument Content :py:`property_doc_contents` Property documentation contents :py:`data_doc_contents` Data documentation contents :py:`hooks_post_crawl` Hooks to call after the initial name crawl -:py:`hooks_scope_enter` Hooks to call on scope enter -:py:`hooks_scope_exit` Hooks to call on scope exit +:py:`hooks_pre_scope` Hooks to call on scope enter +:py:`hooks_post_scope` Hooks to call on scope exit :py:`hooks_docstring` Hooks to call when parsing a docstring :py:`hooks_pre_page` Hooks to call before each page gets rendered :py:`hooks_post_run` Hooks to call at the very end of the script run