From 3f879eafde7a6191c93c75af94645b58907a23c3 Mon Sep 17 00:00:00 2001 From: Jimmy Wang <33430853+JimmyCHWang@users.noreply.github.com> Date: Sat, 6 Jan 2024 01:17:18 +0800 Subject: [PATCH] Fix typo in SmartSymbols section "e.h." is a typo for "e.g." in the description. --- docs/setup/extensions/python-markdown-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/extensions/python-markdown-extensions.md b/docs/setup/extensions/python-markdown-extensions.md index f5721455a..82e71f983 100644 --- a/docs/setup/extensions/python-markdown-extensions.md +++ b/docs/setup/extensions/python-markdown-extensions.md @@ -532,7 +532,7 @@ See reference for usage: The [SmartSymbols] extension converts some sequences of characters into their -corresponding symbols, e.h. copyright symbols or fractions. Enable it via +corresponding symbols, e.g. copyright symbols or fractions. Enable it via `mkdocs.yml`: ``` yaml