From: Vladimír Vondruš Date: Wed, 28 Aug 2019 16:08:38 +0000 (+0200) Subject: documentation/python: AAAAHHHH. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c48187460743e73e2bb2cd405616e9ee7c8cb2a4;p=blog.git documentation/python: AAAAHHHH. The test failure from the previous commit is no more. --- diff --git a/documentation/python.py b/documentation/python.py index 0244abb3..1044c6de 100755 --- a/documentation/python.py +++ b/documentation/python.py @@ -1025,7 +1025,7 @@ def extract_module_doc(state: State, entry: Empty): out = Empty() out.url = entry.url out.name = entry.path[-1] - out.summary = extract_docs(state, state.class_docs, entry.type, entry.path, entry.object.__doc__, summary_only=True) + out.summary = extract_docs(state, state.module_docs, entry.type, entry.path, entry.object.__doc__, summary_only=True) return out def extract_class_doc(state: State, entry: Empty):