From 267bd14dd6fccbc0d29db710e241ad1f284b234d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20L=C3=B3pez?= Date: Tue, 13 Aug 2019 22:06:43 +0200 Subject: [PATCH] Fixed typo in Spanish (#32742) I've changed "Querer" by "Quieres" in last section's tittle as otherwise it has no sense in spanish. --- guide/spanish/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/spanish/python/index.md b/guide/spanish/python/index.md index 5ffdff06a4..2be6d68b7a 100644 --- a/guide/spanish/python/index.md +++ b/guide/spanish/python/index.md @@ -182,7 +182,7 @@ El argumento con el que llamamos a la función de `print` es un objeto `str` o _ El parámetro de los `objects` tiene un prefijo `*` que indica que la función tomará un número arbitrario de argumentos para ese parámetro. -## ¿Querer aprender más? +## ¿Quieres aprender más? Free Code Camp tiene algunos recursos estupendos. La web es un lugar grande, hay mucho más que explorar: * Libro de práctica de Python: http://anandology.com/python-practice-book/index.html