From 46027937b9d8412f653ae58ac395af9dfc80f4e6 Mon Sep 17 00:00:00 2001 From: Lisa Goodrich Date: Thu, 7 Apr 2022 11:29:17 -0600 Subject: [PATCH] fixing note #770 --- docs/Contributors_Guide/create_wrapper.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Contributors_Guide/create_wrapper.rst b/docs/Contributors_Guide/create_wrapper.rst index 6b3cb47027..b13a21b3a3 100644 --- a/docs/Contributors_Guide/create_wrapper.rst +++ b/docs/Contributors_Guide/create_wrapper.rst @@ -236,7 +236,10 @@ put the logic to build the command in the run_at_time method. .. note:: Do not include the text "Wrapper" at the end of the wrapper name. - The PROCESS_LIST is located under the [config] section header in the + The code checks for the name of the wrapper without the word + "Wrapper" in it. The + `PROCESS_LIST`_ + is located under the [config] section header in the use case and/or example configuration file. * Add a section to the Python Wrappers page of the documentation with