diff --git a/decorator_notify.md b/decorator_notify.md index 8bcab2f..ea7550d 100644 --- a/decorator_notify.md +++ b/decorator_notify.md @@ -168,7 +168,7 @@ Apprise will only load functions wrapped with `@notify()`. These must be placed 1. if no `__init__.py` file is found in the specified directory, then all `.py` files are loaded. - if a directory is found, then one additional check is made for `directory/__init__.py`. If that is found, then that specifically is loaded (there is no recursive loading). In all other circumstances, the directory is skipped and moved on. - While scanning a specified directory for all modules (due to not finding an `__init__.py` in the the path specified, all hidden files (prefixed with a period (`.`) are ignored. + While scanning a specified directory for all modules (due to not finding an `__init__.py` in the the path specified, all hidden files (prefixed with a period (`.`) are ignored. ## Command Line References