diff --git a/docs/hdi/pool.md b/docs/hdi/pool.md index 713d8a3..23d1aac 100644 --- a/docs/hdi/pool.md +++ b/docs/hdi/pool.md @@ -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. :::