Skip to content

Commit 4b85e6c

Browse files
Docs: fix small typos in Extensions doc (#3138)
Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent 7354ed7 commit 4b85e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Request and response extensions provide a untyped space where additional information may be added.
44

5-
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.
5+
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.
66

77
Several extensions are supported on the request:
88

@@ -239,4 +239,4 @@ with httpx.stream("GET", "https://www.example.com") as response:
239239

240240
ssl_object = network_stream.get_extra_info("ssl_object")
241241
print("TLS version", ssl_object.version())
242-
```
242+
```

0 commit comments

Comments
 (0)