Skip to content

Commit 861cfe3

Browse files
authored
Revert "Fix typo in docs for new private dunder pydantic method names (#7657)" (#7662)
1 parent 24e9222 commit 861cfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following sections provide details on the most important changes in Pydantic
7878
### Changes to `pydantic.BaseModel`
7979

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

8484
| Pydantic V1 | Pydantic V2 |

0 commit comments

Comments
 (0)