Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie authored Mar 21, 2024
1 parent 01d3040 commit 0fc1a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotmetal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _esc(s):
"""
Replace special characters "&", "<" and ">" to HTML-safe sequences.
This funtion is largely copy-pasted from the "html" module in the cpython
This function is largely copy-pasted from the "html" module in the cpython
standard library to ensure it works on platforms that don't have this
module (eg micropython).
"""
Expand Down

0 comments on commit 0fc1a7f

Please sign in to comment.