From 4f0945ca4414a2da69a0440fcdf9ac07557b733b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Jul 2019 12:53:54 +0200 Subject: [PATCH] =?utf8?q?documentation/python:=20H=C3=A4agen-Dazs=3F!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- documentation/python.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2