summaryrefslogtreecommitdiffhomepage
path: root/es-es
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 03:54:02 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 03:54:02 -0700
commit0aceb41100448904bcffa10525fcd4b75ad5ffe2 (patch)
tree63c73971c9c392278577b14275ed9c9c18fa2301 /es-es
parent8f67b5f2efbbc9f0958ca42f71a74ec63cfbedb5 (diff)
[python/*] remove feedback email request
Diffstat (limited to 'es-es')
-rw-r--r--es-es/python-es.html.markdown2
-rw-r--r--es-es/pythonlegacy-es.html.markdown2
2 files changed, 0 insertions, 4 deletions
diff --git a/es-es/python-es.html.markdown b/es-es/python-es.html.markdown
index 6fec491e..2cb48144 100644
--- a/es-es/python-es.html.markdown
+++ b/es-es/python-es.html.markdown
@@ -12,8 +12,6 @@ Python fue creado por Guido Van Rossum en el principio de los 90'. Ahora es uno
de los lenguajes más populares en existencia. Me enamoré de Python por su claridad sintáctica.
Es básicamente pseudocódigo ejecutable.
-¡Comentarios serán muy apreciados! Pueden contactarme en [@louiedinh](http://twitter.com/louiedinh) o louiedinh [at] [servicio de email de google]
-
```python
# Comentarios de una línea comienzan con una almohadilla (o signo gato)
diff --git a/es-es/pythonlegacy-es.html.markdown b/es-es/pythonlegacy-es.html.markdown
index 0a7304e9..6efdc623 100644
--- a/es-es/pythonlegacy-es.html.markdown
+++ b/es-es/pythonlegacy-es.html.markdown
@@ -13,8 +13,6 @@ Python fue creado por Guido Van Rossum en el principio de los 90. Ahora es uno
de los lenguajes más populares que existen. Me enamoré de Python por su claridad sintáctica.
Es básicamente pseudocódigo ejecutable.
-¡Comentarios serán muy apreciados! Pueden contactarme en [@louiedinh](http://twitter.com/louiedinh) o louiedinh [at] [servicio de email de google]
-
Nota: Este artículo aplica a Python 2.7 específicamente, pero debería ser aplicable a Python 2.x. ¡Pronto un recorrido por Python 3!
```python