@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2020-05-07 14:37+0200\n "
14
- "PO-Revision-Date : 2020-06-21 22:41 +0200\n "
14
+ "PO-Revision-Date : 2020-06-22 09:12 +0200\n "
15
15
"Last-Translator : Claudia Millán (clacri)\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-esMIME-Version: 1.0\n "
@@ -1430,8 +1430,8 @@ msgid ""
1430
1430
"meth:`__hash__` for details."
1431
1431
msgstr ""
1432
1432
"Para objetos que implementan métodos :meth:`__hash__`, ten en cuenta que :"
1433
- "func:`hash` trunca el valor de retorno en base a la tasa de bits de la "
1434
- "máquina host . Ver :meth:`__hash__` para más detalles."
1433
+ "func:`hash` trunca el valor de retorno en base a la arquitectura (numero de "
1434
+ "bits) de la máquina anfitriona . Ver :meth:`__hash__` para más detalles."
1435
1435
1436
1436
#: ../Doc/library/functions.rst:710
1437
1437
msgid ""
@@ -2521,6 +2521,7 @@ msgstr ""
2521
2521
"de texto, :func:`print` no puede ser utilizada con objetos fichero en modo "
2522
2522
"binario. Para esos, utiliza en cambio ``file.write(…)``."
2523
2523
2524
+ # no teníamos claro si traducir o no buffered y como, asi como flushed.
2524
2525
#: ../Doc/library/functions.rst:1329
2525
2526
msgid ""
2526
2527
"Whether output is buffered is usually determined by *file*, but if the "
0 commit comments