]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Docs: fix small typos in Extensions doc (#3138)
authorMichiel W. Beijen <mb@x14.nl>
Fri, 12 Apr 2024 06:11:12 +0000 (08:11 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 06:11:12 +0000 (07:11 +0100)
Co-authored-by: Tom Christie <tom@tomchristie.com>
docs/advanced/extensions.md

index 9eafebd40543a097c67145f1e6c5e51ba06f025d..d9208ccdb38853134b28bcb0047c8d172a80673f 100644 (file)
@@ -2,7 +2,7 @@
 
 Request and response extensions provide a untyped space where additional information may be added.
 
-Extensions should be used for features that may not be available on all transports, and that do not fit neatly into [the simplified request/response model](https://www.encode.io/httpcore/extensions/) that the underlying `httpcore` pacakge uses as it's API.
+Extensions should be used for features that may not be available on all transports, and that do not fit neatly into [the simplified request/response model](https://www.encode.io/httpcore/extensions/) that the underlying `httpcore` package uses as its API.
 
 Several extensions are supported on the request:
 
@@ -239,4 +239,4 @@ with httpx.stream("GET", "https://www.example.com") as response:
 
     ssl_object = network_stream.get_extra_info("ssl_object")
     print("TLS version", ssl_object.version())
-```
\ No newline at end of file
+```