Skip to content

Commit 610e8ff

Browse files
authored
Merge pull request #482 from cmaureir/library-functions-timeit-fix
2 parents 11045db + 7117fc6 commit 610e8ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

library/functions.po

+8-8
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ msgid ""
421421
"Raises an :ref:`auditing event <auditing>` ``builtins.breakpoint`` with "
422422
"argument ``breakpointhook``."
423423
msgstr ""
424-
"Lanza un :ref:`auditing event <auditing>` ``builtins.breakpoint`` con "
424+
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.breakpoint`` con "
425425
"``breakpointhook`` como argumento."
426426

427427
#: ../Doc/library/functions.rst:139
@@ -729,8 +729,8 @@ msgid ""
729729
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments "
730730
"``source``, ``filename``."
731731
msgstr ""
732-
"Lanza un :ref:`evento de auditoría <auditing>` ``open`` con los argumentos "
733-
"``file``, ``mode``, ``flags``."
732+
"Lanza un :ref:`evento de auditoría <auditing>` ``compile`` con argumentos "
733+
"``source``, ``filename``."
734734

735735
#: ../Doc/library/functions.rst:282
736736
msgid ""
@@ -1100,8 +1100,8 @@ msgid ""
11001100
"Raises an :ref:`auditing event <auditing>` ``exec`` with argument "
11011101
"``code_object``."
11021102
msgstr ""
1103-
"Lanza un :ref:`evento de auditoría <auditing>` ``open`` con los argumentos "
1104-
"``file``, ``mode``, ``flags``."
1103+
"Lanza un :ref:`evento de auditoría <auditing>` ``exec`` con un argumento "
1104+
"``code_object``."
11051105

11061106
#: ../Doc/library/functions.rst:499 ../Doc/library/functions.rst:534
11071107
msgid ""
@@ -1551,7 +1551,7 @@ msgid ""
15511551
"``prompt``."
15521552
msgstr ""
15531553
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.input`` con el "
1554-
"argumento ``prompt`` antes de leer entrada."
1554+
"argumento ``prompt``."
15551555

15561556
#: ../Doc/library/functions.rst:788
15571557
msgid ""
@@ -1565,8 +1565,8 @@ msgid ""
15651565
"Raises an :ref:`auditing event <auditing>` ``builtins.input/result`` with "
15661566
"argument ``result``."
15671567
msgstr ""
1568-
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.breakpoint`` con "
1569-
"``breakpointhook`` como argumento."
1568+
"Lanza un :ref:`evento de auditoría <auditing>` ``builtins.input/result`` con "
1569+
"argumento ``result``."
15701570

15711571
#: ../Doc/library/functions.rst:793
15721572
msgid ""

library/timeit.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ msgstr ""
365365
"Se puede dar una instrucción de varias líneas especificando cada línea como "
366366
"un argumento de instrucción independiente; Las líneas con sangría son "
367367
"posibles entrecomillando un argumento y utilizando espacios iniciales. "
368-
"Múltiples opciones :option:`s` se tratan de forma similar."
368+
"Múltiples opciones :option:`-s` se tratan de forma similar."
369369

370370
#: ../Doc/library/timeit.rst:253
371371
msgid ""

0 commit comments

Comments
 (0)