From 4179996fefd272cc0c893b88ad17c010fa037768 Mon Sep 17 00:00:00 2001 From: spaette Date: Wed, 11 Sep 2024 13:05:04 -0500 Subject: Fix typos --- docs/refman/generatormd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/refman/generatormd.py') diff --git a/docs/refman/generatormd.py b/docs/refman/generatormd.py index 2c80ab023..854712d53 100644 --- a/docs/refman/generatormd.py +++ b/docs/refman/generatormd.py @@ -94,7 +94,7 @@ class GeneratorMD(GeneratorBase): def _link_to_object(self, obj: T.Union[Function, Object], in_code_block: bool = False) -> str: ''' - Generate a palaceholder tag for the function/method/object documentation. + Generate a placeholder tag for the function/method/object documentation. This tag is then replaced in the custom hotdoc plugin. ''' prefix = '#' if in_code_block else '' -- cgit v1.2.3