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/