From 7c981af3625e77f539ebd91c0dc46b1b742ff128 Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Fri, 31 Jan 2025 17:27:03 +0000 Subject: [PATCH] docs|style: line wrapping in adding_modules.md --- docs/contributing/adding_modules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/adding_modules.md b/docs/contributing/adding_modules.md index 52cb1a09b89..d848fa8a32a 100644 --- a/docs/contributing/adding_modules.md +++ b/docs/contributing/adding_modules.md @@ -321,7 +321,8 @@ before a completion message is run. ## Conclusion -Adding functionality is useful but it has to integrate into the workflow and ideally be accessible as a stand alone step in the process. Hopefully the above helps demystify the steps required to achieve this. +Adding functionality is useful but it has to integrate into the workflow and ideally be accessible as a stand alone step +in the process. Hopefully the above helps demystify the steps required to achieve this. [python_argparse]: https://docs.python.org/3/library/argparse.html [python_kwargs]: https://realpython.com/python-kwargs-and-args/