From 053bc57c3799801ff11273dd393cb0715e63ecf9 Mon Sep 17 00:00:00 2001 From: xzmeng Date: Tue, 29 Aug 2023 17:27:23 +0800 Subject: [PATCH] fix a typo in docs/logging.md (#2830) --- docs/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.md b/docs/logging.md index 4a32240ca8..53ae74990d 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -41,7 +41,7 @@ DEBUG [2023-03-16 14:36:21] httpcore - connection.close.started DEBUG [2023-03-16 14:36:21] httpcore - connection.close.complete ``` -Logging output includes information from both the high-level `httpx` logger, and the network-level `httpcore` logger, which can be configured seperately. +Logging output includes information from both the high-level `httpx` logger, and the network-level `httpcore` logger, which can be configured separately. For handling more complex logging configurations you might want to use the dictionary configuration style...