Skip to content

Commit

Permalink
Fix typo in docs for new private dunder pydantic method names (#7657)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinorr committed Sep 27, 2023
1 parent c04e8e2 commit 24e9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Expand Up @@ -78,7 +78,7 @@ The following sections provide details on the most important changes in Pydantic
### Changes to `pydantic.BaseModel`

Various method names have been changed; all non-deprecated `BaseModel` methods now have names matching either the
format `model_.*` or `__.*pydantic.*__`. Where possible, we have retained the deprecated methods with their old names
format `model_.*` or `__pydantic_.*__`. Where possible, we have retained the deprecated methods with their old names
to help ease migration, but calling them will emit `DeprecationWarning`s.

| Pydantic V1 | Pydantic V2 |
Expand Down

0 comments on commit 24e9222

Please sign in to comment.