mirror of https://github.com/tiangolo/fastapi.git
✏️ Make sure the * in the README is consistent in the docs (#1424)
This commit is contained in:
parent
ae93773465
commit
22f7eae3f2
|
|
@ -33,7 +33,7 @@ The key features are:
|
||||||
|
|
||||||
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
||||||
|
|
||||||
* **Fast to code**: Increase the speed to develop features by about 200% to 300% *.
|
* **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
|
||||||
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
||||||
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
||||||
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ The key features are:
|
||||||
|
|
||||||
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
||||||
|
|
||||||
* **Fast to code**: Increase the speed to develop features by about 200% to 300% *.
|
* **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
|
||||||
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
||||||
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
||||||
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ Sus características principales son:
|
||||||
|
|
||||||
* **Rapidez**: Alto rendimiento, a la par con **NodeJS** y **Go** (gracias a Starlette y Pydantic). [Uno de los frameworks de Python más rápidos](#rendimiento).
|
* **Rapidez**: Alto rendimiento, a la par con **NodeJS** y **Go** (gracias a Starlette y Pydantic). [Uno de los frameworks de Python más rápidos](#rendimiento).
|
||||||
|
|
||||||
* **Rápido de programar**: Incrementa la velocidad de desarrollo entre 200% y 300% *.
|
* **Rápido de programar**: Incrementa la velocidad de desarrollo entre 200% y 300%. *
|
||||||
* **Menos errores**: Reduce los errores humanos (de programador) aproximadamente un 40% *.
|
* **Menos errores**: Reduce los errores humanos (de programador) aproximadamente un 40%. *
|
||||||
* **Intuitivo**: Gran soporte en los editores con <abbr title="conocido en inglés como auto-complete, autocompletion, IntelliSense, completion">auto completado</abbr> en todas partes. Gasta menos tiempo <abbr title="buscando y corrigiendo errores">debugging</abbr>.
|
* **Intuitivo**: Gran soporte en los editores con <abbr title="conocido en inglés como auto-complete, autocompletion, IntelliSense, completion">auto completado</abbr> en todas partes. Gasta menos tiempo <abbr title="buscando y corrigiendo errores">debugging</abbr>.
|
||||||
* **Fácil**: Está diseñado para ser fácil de usar y aprender. Gastando menos tiempo leyendo documentación.
|
* **Fácil**: Está diseñado para ser fácil de usar y aprender. Gastando menos tiempo leyendo documentación.
|
||||||
* **Corto**: Minimiza la duplicación de código. Múltiples funcionalidades con cada declaración de parámetros. Menos errores.
|
* **Corto**: Minimiza la duplicación de código. Múltiples funcionalidades con cada declaración de parámetros. Menos errores.
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ The key features are:
|
||||||
|
|
||||||
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
|
||||||
|
|
||||||
* **Fast to code**: Increase the speed to develop features by about 200% to 300% *.
|
* **Fast to code**: Increase the speed to develop features by about 200% to 300%. *
|
||||||
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. *
|
||||||
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
|
||||||
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue