]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🎨 Add format, finishing period
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jun 2020 21:42:32 +0000 (23:42 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 28 Jun 2020 21:42:32 +0000 (23:42 +0200)
docs/en/docs/tutorial/extra-data-types.md

index ace51ac0c99c18466fdf60e66ea9147a7105892a..649a3cca84f0cc855511e5628b47b3aeff4aa3f2 100644 (file)
@@ -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: <a href="https://pydantic-docs.helpmanual.io/usage/types" class="external-link" target="_blank">Pydantic data types</a>
+* You can check all the valid pydantic data types here: <a href="https://pydantic-docs.helpmanual.io/usage/types" class="external-link" target="_blank">Pydantic data types</a>.
 
 ## Example