From: Sebastián Ramírez Date: Sun, 28 Jun 2020 21:42:32 +0000 (+0200) Subject: 🎨 Add format, finishing period X-Git-Tag: 0.58.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9e07c41bb6e0cdd0142e2bdc9606c4bdefe688f;p=thirdparty%2Ffastapi%2Ffastapi.git 🎨 Add format, finishing period --- diff --git a/docs/en/docs/tutorial/extra-data-types.md b/docs/en/docs/tutorial/extra-data-types.md index ace51ac0c9..649a3cca84 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