Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyputtar authored Oct 25, 2023
1 parent b5bcbfc commit 0937c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_part/face3d/util/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 0937c16

Please sign in to comment.