From: xzmeng Date: Tue, 29 Aug 2023 09:27:23 +0000 (+0800) Subject: fix a typo in docs/logging.md (#2830) X-Git-Tag: 0.25.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053bc57c3799801ff11273dd393cb0715e63ecf9;p=thirdparty%2Fhttpx.git fix a typo in docs/logging.md (#2830) --- diff --git a/docs/logging.md b/docs/logging.md index 4a32240c..53ae7499 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...