Skip to content

Commit 47e77fc

Browse files
Fix: some untranslated words
1 parent f001b4b commit 47e77fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/csv.po

+5-5
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: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-11-14 07:57+0100\n"
14+
"PO-Revision-Date: 2021-11-15 18:31+0100\n"
1515
"Last-Translator: Diego Cristóbal Herreros <diecristher@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
@@ -348,7 +348,7 @@ msgid ""
348348
"and they can be registered with specific :class:`reader` and :class:`writer` "
349349
"classes through their initializer (``__init__``) functions like this::"
350350
msgstr ""
351-
"Todos los nombres disponibles de :class:`Dialect` son devueltos por :func:"
351+
"Todos los nombres disponibles de :class:`Dialect` son retornados por :func:"
352352
"`list_dialects`, y pueden ser registrados con clases específicas de :class:"
353353
"`reader` y :class:`writer` a través de sus funciones que inician "
354354
"(``__init__``) así::"
@@ -432,15 +432,15 @@ msgid ""
432432
"rows meet the criteria, :const:`True` is returned."
433433
msgstr ""
434434
"Se muestran veinte filas después de la primera; si más de la mitad de las "
435-
"columnas + filas cumplen los criterios, se devuelve :const:`True`."
435+
"columnas + filas cumplen los criterios, se retorna :const:`True`."
436436

437437
#: ../Doc/library/csv.rst:296
438438
msgid ""
439439
"This method is a rough heuristic and may produce both false positives and "
440440
"negatives."
441441
msgstr ""
442-
"This method is a rough heuristic and may produce both false positives and "
443-
"negatives."
442+
"Este método es una heurística aproximada y puede producir tanto falsos "
443+
"positivos como negativos."
444444

445445
#: ../Doc/library/csv.rst:299
446446
msgid "An example for :class:`Sniffer` use::"

0 commit comments

Comments
 (0)