Skip to content

Commit

Permalink
Fix: micro typo in README pydantic#737 (pydantic#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShIRannx committed Jul 4, 2023
1 parent 586ad8f commit 5c696e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See [`tests/benchmarks/`](./tests/benchmarks/) for details.

## Example of direct usage

_NOTE: You should not need to use pydantic-core directly, instead use pydantic which which in turn uses pydantic-core._
_NOTE: You should not need to use pydantic-core directly; instead, use pydantic, which in turn uses pydantic-core._

```py
from pydantic_core import SchemaValidator, ValidationError
Expand Down

0 comments on commit 5c696e5

Please sign in to comment.