From fa2585d0b364143fb588b8bb611eaa4d1c277811 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 22 Oct 2022 16:42:21 -0400 Subject: Fix typos in docs --- docs/extensions/refman_links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/extensions') diff --git a/docs/extensions/refman_links.py b/docs/extensions/refman_links.py index 3aec36847..5c22a0a0b 100644 --- a/docs/extensions/refman_links.py +++ b/docs/extensions/refman_links.py @@ -97,7 +97,7 @@ class RefmanLinksExtension(Extension): raw = Path(self._data_file).read_text(encoding='utf-8') self._data = loads(raw) - # Register formater + # Register formatter for ext in self.project.extensions.values(): ext = T.cast(Extension, ext) ext.formatter.formatting_page_signal.connect(self._formatting_page_cb) -- cgit v1.2.3