aboutsummaryrefslogtreecommitdiff
path: root/docs/extensions/refman_links.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extensions/refman_links.py')
-rw-r--r--docs/extensions/refman_links.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/refman_links.py b/docs/extensions/refman_links.py
index 3aec368..5c22a0a 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)