From 533e89e6faaaaa24cc15a88e26947417cb89494a Mon Sep 17 00:00:00 2001 From: Grant Murray Date: Mon, 22 Aug 2022 19:42:44 -0400 Subject: [PATCH] patch/typo-in-pydantic-v2-docs Change a single word in the Pydantic v2 documentation (should be `unchanged`, no?) --- docs/blog/pydantic-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/pydantic-v2.md b/docs/blog/pydantic-v2.md index 7191ddfb52..f9ed30d015 100644 --- a/docs/blog/pydantic-v2.md +++ b/docs/blog/pydantic-v2.md @@ -764,7 +764,7 @@ The emoji here is just for variation, I'm not frowning about any of this, these ## Features Remaining :neutral_face: -The following features will remain (mostly) changed: +The following features will remain (mostly) unchanged: * JSONSchema, internally this will need to change a lot, but hopefully the external interface will remain unchanged * `dataclass` support, again internals might change, but not the external interface