@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-08-04 22:01+0200 \n "
14
+ "PO-Revision-Date : 2023-03-21 05:34-0500 \n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.2\n "
23
24
24
25
#: ../Doc/library/timeit.rst:2
25
26
msgid ":mod:`timeit` --- Measure execution time of small code snippets"
@@ -336,13 +337,12 @@ msgstr ""
336
337
"predeterminado"
337
338
338
339
#: ../Doc/library/timeit.rst:236
339
- #, fuzzy
340
340
msgid ""
341
341
"specify a time unit for timer output; can select ``nsec``, ``usec``, "
342
342
"``msec``, or ``sec``"
343
343
msgstr ""
344
- "especifica una unidad de tiempo para la salida del temporizador; puede ser "
345
- "nsec, usec, msec o sec"
344
+ "especifica una unidad de tiempo para la salida del temporizador; puede "
345
+ "seleccionar `` nsec``, `` usec``, `` msec`` o `` sec`` "
346
346
347
347
#: ../Doc/library/timeit.rst:242
348
348
msgid "print raw timing results; repeat for more digits precision"
@@ -426,6 +426,13 @@ msgid ""
426
426
"within the best repetition of the timing loop. That is, the time the fastest "
427
427
"repetition took divided by the loop count."
428
428
msgstr ""
429
+ "En la salida, hay tres campos. El conteo del bucle, que indica cuántas veces "
430
+ "se ejecutó el cuerpo de la declaración por tiempo de repetición del bucle. "
431
+ "El conteo de repeticiones (\" el mejor de 5\" ) el cual indica cuántas veces "
432
+ "se repitió el ciclo de tiempo y, finalmente, el tiempo promedio que tomó el "
433
+ "cuerpo de la declaración dentro de la mejor repetición del ciclo de tiempo. "
434
+ "Es decir, el tiempo que tomó la repetición más rápida dividido por el número "
435
+ "de bucles."
429
436
430
437
#: ../Doc/library/timeit.rst:300
431
438
msgid "The same can be done using the :class:`Timer` class and its methods::"
0 commit comments