]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
fix a typo in docs/logging.md (#2830)
authorxzmeng <aumo@foxmail.com>
Tue, 29 Aug 2023 09:27:23 +0000 (17:27 +0800)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 09:27:23 +0000 (11:27 +0200)
docs/logging.md

index 4a32240ca83159f46ceb5b9377c9cfc49725df94..53ae74990d39ef0653edee85b534b2025096ba17 100644 (file)
@@ -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...