From: Hasnat Sajid <86589885+hasnatsajid@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:55:41 +0000 (+0500) Subject: ✏️ Fix link to Pydantic docs in `docs/en/docs/tutorial/extra-data-types.md` (#10155) X-Git-Tag: 0.103.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea23e2a8de9aad5c675f02f3ec54b9dd756a877;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix link to Pydantic docs in `docs/en/docs/tutorial/extra-data-types.md` (#10155) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/tutorial/extra-data-types.md b/docs/en/docs/tutorial/extra-data-types.md index 7d6ffbc780..b34ccd26f4 100644 --- a/docs/en/docs/tutorial/extra-data-types.md +++ b/docs/en/docs/tutorial/extra-data-types.md @@ -49,7 +49,7 @@ Here are some of the additional data types you can use: * `Decimal`: * Standard Python `Decimal`. * In requests and responses, handled the same as a `float`. -* You can check all the valid pydantic data types here: Pydantic data types. +* You can check all the valid pydantic data types here: Pydantic data types. ## Example