From 0fc1a7fbf6d6b0f6f8281ae9ef7ca638fa2804ab Mon Sep 17 00:00:00 2001 From: Jamie Matthews Date: Thu, 21 Mar 2024 14:30:10 +0000 Subject: [PATCH] Fix typo in comment --- hotmetal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotmetal/__init__.py b/hotmetal/__init__.py index e9c48e1..3258911 100644 --- a/hotmetal/__init__.py +++ b/hotmetal/__init__.py @@ -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). """