Skip to content

Commit d13c8fa

Browse files
authored
docs: fix typos in requests.md documentation (#12253)
1 parent eb2c860 commit d13c8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Pydantic models are a great way to validating and serializing data for requests and responses.
1+
Pydantic models are a great way to validate and serialize data for requests and responses.
22
Pydantic is instrumental in many web frameworks and libraries, such as FastAPI, Django, Flask, and HTTPX.
33

44
## `httpx` requests
55

6-
[`httpx`](https://www.python-httpx.org/) is a HTTP client for Python 3 with synchronous and asynchronous APIs.
6+
[`httpx`](https://www.python-httpx.org/) is an HTTP client for Python 3 with synchronous and asynchronous APIs.
77
In the below example, we query the [JSONPlaceholder API](https://jsonplaceholder.typicode.com/) to get a user's data and validate it with a Pydantic model.
88

99
```python {test="skip"}

0 commit comments

Comments
 (0)