Skip to content

Commit

Permalink
Fix API reference on plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Jul 26, 2023
1 parent a44020d commit 0ce9baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Pydantic has an API for creating plugins. The API is exposed via the `pydantic.p

On your plugin you can _wrap_ the following methods:

* [`validate_python`][pydantic_core.SchemaValidator.validate_python]: Used to validate the data from a Python object.
* [`validate_json`][pydantic_core.SchemaValidator.validate_json]: Used to validate the data from a JSON string.
* [`validate_python`][pydantic_core._pydantic_core.SchemaValidator.validate_python]: Used to validate the data from a Python object.
* [`validate_json`][pydantic_core._pydantic_core.SchemaValidator.validate_json]: Used to validate the data from a JSON string.

For each method, you can implement the following callbacks:

Expand Down

0 comments on commit 0ce9baf

Please sign in to comment.