@@ -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 : 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 "
15
15
"Last-Translator : Diego Cristóbal Herreros <diecristher@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -348,7 +348,7 @@ msgid ""
348
348
"and they can be registered with specific :class:`reader` and :class:`writer` "
349
349
"classes through their initializer (``__init__``) functions like this::"
350
350
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:"
352
352
"`list_dialects`, y pueden ser registrados con clases específicas de :class:"
353
353
"`reader` y :class:`writer` a través de sus funciones que inician "
354
354
"(``__init__``) así::"
@@ -432,15 +432,15 @@ msgid ""
432
432
"rows meet the criteria, :const:`True` is returned."
433
433
msgstr ""
434
434
"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`."
436
436
437
437
#: ../Doc/library/csv.rst:296
438
438
msgid ""
439
439
"This method is a rough heuristic and may produce both false positives and "
440
440
"negatives."
441
441
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 ."
444
444
445
445
#: ../Doc/library/csv.rst:299
446
446
msgid "An example for :class:`Sniffer` use::"
0 commit comments