Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a3cd78

Browse filesBrowse files
committed
solved issue bit rate
1 parent 82584c3 commit 4a3cd78
Copy full SHA for 4a3cd78

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎library/functions.po

Copy file name to clipboardExpand all lines: library/functions.po
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"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"
1515
"Last-Translator: Claudia Millán (clacri)\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-esMIME-Version: 1.0\n"
@@ -1430,8 +1430,8 @@ msgid ""
14301430
"meth:`__hash__` for details."
14311431
msgstr ""
14321432
"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."
14351435

14361436
#: ../Doc/library/functions.rst:710
14371437
msgid ""
@@ -2521,6 +2521,7 @@ msgstr ""
25212521
"de texto, :func:`print` no puede ser utilizada con objetos fichero en modo "
25222522
"binario. Para esos, utiliza en cambio ``file.write(…)``."
25232523

2524+
# no teníamos claro si traducir o no buffered y como, asi como flushed.
25242525
#: ../Doc/library/functions.rst:1329
25252526
msgid ""
25262527
"Whether output is buffered is usually determined by *file*, but if the "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.