chiark / gitweb /
doc: uh oh.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 6 Sep 2019 10:28:34 +0000 (12:28 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 6 Sep 2019 10:28:34 +0000 (12:28 +0200)
doc/documentation/python.rst

index d7b59707580a0839cab133e15e39cf3fbb3acb9f..50071d8b70a7f1964cd049fe8bd8815dce23a2d0 100644 (file)
@@ -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