8000 Translate to Spanish the index page by mariacamilagl · Pull Request #1201 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/es/docs/index.md
Co-Authored-By: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
mariacamilagl and tiangolo authored Mar 31, 2020
commit 4da2ed429a37c9f02176c03e0fac571fe1c1608b
2 changes: 1 addition & 1 deletion docs/es/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ item: Item
* Validación de datos:
* Errores automáticos y claros cuándo los datos son inválidos.
* Validación, incluso para objetos JSON profundamente anidados.
* <abbr title="en inglés: serialization, parsing, marshalling">Conversión</abbr> de datos de input: viniendo del network a datos y tipos de Python. Leyendo desde:
* <abbr title="en inglés: serialization, parsing, marshalling">Conversión</abbr> de datos de input: viniendo de la red a datos y tipos de Python. Leyendo desde:
* JSON.
* Path parameters.
* Query parameters.
Expand Down
0