From ad3bc3619e3d1d53d5ee7e42d5023814cc929b62 Mon Sep 17 00:00:00 2001 From: Asa <59259908+AcerP-py@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:54:36 -0500 Subject: [PATCH] Clarification for 'add_to_module' docs --- docs/source/170_hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/170_hooks.rst b/docs/source/170_hooks.rst index ed99df257..67e11aac5 100644 --- a/docs/source/170_hooks.rst +++ b/docs/source/170_hooks.rst @@ -183,7 +183,7 @@ used in the Lmod program. This hook allows a site to add contents to a module file (e.g. add ``add_property(...)`` based on the location of the module file). It provides a table ``{path, name, version, contents}`` as a parameter and - should return an indexed table of strings to add to the module file. + should return an indexed table of strings to add to the module file as lines. Example Hook: msgHook