From 22f7eae3f2e8e65f88a9153f0a10116ea92c24f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 17 May 2020 12:28:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Make=20sure=20the=20*=20in?= =?UTF-8?q?=20the=20README=20is=20consistent=20in=20the=20docs=20(#1424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/en/docs/index.md | 2 +- docs/es/docs/index.md | 4 ++-- docs/pt/docs/index.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 263b9f337..90f24558c 100644 --- a/README.md +++ b/README.md @@ -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 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. * * **Intuitive**: Great editor support. Completion everywhere. Less time debugging. * **Easy**: Designed to be easy to use and learn. Less time reading docs. diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 263b9f337..90f24558c 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -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 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. * * **Intuitive**: Great editor support. Completion everywhere. Less time debugging. * **Easy**: Designed to be easy to use and learn. Less time reading docs. diff --git a/docs/es/docs/index.md b/docs/es/docs/index.md index 084494ae0..0a3fbe34b 100644 --- a/docs/es/docs/index.md +++ b/docs/es/docs/index.md @@ -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). -* **Rápido de programar**: Incrementa la velocidad de desarrollo entre 200% y 300% *. -* **Menos errores**: Reduce los errores humanos (de programador) aproximadamente un 40% *. +* **Rápido de programar**: Incrementa la velocidad de desarrollo entre 200% y 300%. * +* **Menos errores**: Reduce los errores humanos (de programador) aproximadamente un 40%. * * **Intuitivo**: Gran soporte en los editores con auto completado en todas partes. Gasta menos tiempo debugging. * **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. diff --git a/docs/pt/docs/index.md b/docs/pt/docs/index.md index 138d8bd60..3e6fd11f7 100644 --- a/docs/pt/docs/index.md +++ b/docs/pt/docs/index.md @@ -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 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. * * **Intuitive**: Great editor support. Completion everywhere. Less time debugging. * **Easy**: Designed to be easy to use and learn. Less time reading docs.