Skip to content

Traduccion library/timeit.po #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 20, 2020
Prev Previous commit
Next Next commit
powrap
  • Loading branch information
humitos committed Jun 20, 2020
commit c69cd8d62d11e07378383aa3618b5a50099a9150
14 changes: 7 additions & 7 deletions library/timeit.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ msgid ""
msgstr ""
"Este módulo proporciona una manera sencilla de cronometrar pequeños bits de "
"código Python. Tiene un :ref:`timeit-command-line-interface` así como un :"
"ref:`callable <python-interface>`. Evita una serie de trampas comunes "
"para medir los tiempos de ejecución. Véase también la introducción de Tim "
"Peters al capítulo \"Algorithms\" en el libro *Python Cookbook*, publicado "
"por O'Reilly."
"ref:`callable <python-interface>`. Evita una serie de trampas comunes para "
"medir los tiempos de ejecución. Véase también la introducción de Tim Peters "
"al capítulo \"Algorithms\" en el libro *Python Cookbook*, publicado por "
"O'Reilly."

#: ../Doc/library/timeit.rst:23
msgid "Basic Examples"
Expand Down Expand Up @@ -332,9 +332,9 @@ msgid ""
"measure process time, not wallclock time, using :func:`time.process_time` "
"instead of :func:`time.perf_counter`, which is the default"
msgstr ""
"mide el tiempo de proceso, no el tiempo total de ejecución, utilizando :"
"func:`time.process_time` en lugar de :func:`time.perf_counter`, que es el "
"valor predeterminado"
"mide el tiempo de proceso, no el tiempo total de ejecución, utilizando :func:"
"`time.process_time` en lugar de :func:`time.perf_counter`, que es el valor "
"predeterminado"

#: ../Doc/library/timeit.rst:236
msgid ""
Expand Down