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