Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Dec 3, 2023
1 parent f854ee2 commit 96ef114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/intermediate-pydantic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Python API we, the end users, are used to interfacing with, is built directl

{{ figure(src="pydantic-stack.png" alt="The multi-layer stack of Pydantic v2") }}

The lowest layers of Pydantic are composed of a multitude of Rust crates that form `pydantic-core` that we're familiar with. The top (user-facing) layer is the Python API. The intermediate laters, PyO3 and `maturin`, are explained in more detail below.
The lowest layers of Pydantic are composed of a multitude of Rust crates that form what we know as `pydantic-core`. The top (user-facing) layer is the Python API. The intermediate layers, PyO3 and `maturin`, are explained in more detail below.

### Rust crates

Expand Down

0 comments on commit 96ef114

Please sign in to comment.