update docs

This commit is contained in:
cloudwithax 2023-03-17 22:15:13 -04:00
parent c88f020280
commit 6ed2fd961b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ After you have initialized your function, we need to fill in the proper paramete
* - `log_handler`
- `Optional[logging.Handler]`
- The logging handler for the node. Set to `None` to disable the default logging handler.
- The logging handler for the node. Set to `None` to default to the built-in logging handler.
:::