From: Vladimír Vondruš Date: Sun, 7 Jul 2019 10:53:54 +0000 (+0200) Subject: documentation/python: Häagen-Dazs?! X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=4f0945ca4414a2da69a0440fcdf9ac07557b733b;p=blog.git documentation/python: Häagen-Dazs?! --- diff --git a/documentation/python.py b/documentation/python.py index 3cab6900..acf2b65f 100755 --- a/documentation/python.py +++ b/documentation/python.py @@ -112,7 +112,7 @@ class IndexEntry: self.name: str self.url: str self.summary: str - self.has_nestaable_children: bool = False + self.has_nestable_children: bool = False self.children: List[IndexEntry] = [] class State: @@ -1158,7 +1158,7 @@ def run(basedir, config, templates): state.page_index += render_page(state, [os.path.splitext(os.path.basename(page))[0]], os.path.join(config['INPUT'], page), env) # Recurse into the tree and mark every node that has nested modules with - # has_nestaable_children. + # has_nestable_children. def mark_nested_modules(list: List[IndexEntry]): has_nestable_children = False for i in list: