From 0937c16b5653aaab994f6b55b4c8f2afa213e38f Mon Sep 17 00:00:00 2001 From: hairyputtar <148847552+hairyputtar@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:50:26 +0530 Subject: [PATCH] fix typo --- third_part/face3d/util/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_part/face3d/util/html.py b/third_part/face3d/util/html.py index cc3262a1..04b53c79 100644 --- a/third_part/face3d/util/html.py +++ b/third_part/face3d/util/html.py @@ -66,7 +66,7 @@ def add_images(self, ims, txts, links, width=400): p(txt) def save(self): - """save the current content to the HMTL file""" + """save the current content to the HTML file""" html_file = '%s/index.html' % self.web_dir f = open(html_file, 'wt') f.write(self.doc.render())