Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c69cd8d

Browse filesBrowse files
committed
powrap
1 parent f809cfa commit c69cd8d
Copy full SHA for c69cd8d

File tree

Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-7
lines changed

‎library/timeit.po

Copy file name to clipboardExpand all lines: library/timeit.po
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ msgid ""
4242
msgstr ""
4343
"Este módulo proporciona una manera sencilla de cronometrar pequeños bits de "
4444
"código Python. Tiene un :ref:`timeit-command-line-interface` así como un :"
45-
"ref:`callable <python-interface>`. Evita una serie de trampas comunes "
46-
"para medir los tiempos de ejecución. Véase también la introducción de Tim "
47-
"Peters al capítulo \"Algorithms\" en el libro *Python Cookbook*, publicado "
48-
"por O'Reilly."
45+
"ref:`callable <python-interface>`. Evita una serie de trampas comunes para "
46+
"medir los tiempos de ejecución. Véase también la introducción de Tim Peters "
47+
"al capítulo \"Algorithms\" en el libro *Python Cookbook*, publicado por "
48+
"O'Reilly."
4949

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

339339
#: ../Doc/library/timeit.rst:236
340340
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.