Skip to content

Traduccion timeit #2819

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 5 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
corrección
  • Loading branch information
carlosm00 committed Apr 2, 2024
commit ac86adc54957e56a03667557b22ce71ce6815893
16 changes: 8 additions & 8 deletions library/timeit.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date: 2024-03-20 23:34+0100\n"
"PO-Revision-Date: 2024-04-02 23:34+0100\n"
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -198,13 +198,13 @@ msgid ""
"million. The main statement, the setup statement and the timer function to "
"be used are passed to the constructor."
msgstr ""
"Tiempo *number* ejecuciones de la sentencia principal. Esto ejecuta la "
"sentencia *setup* una vez y, a continuación, retorna el tiempo que se tarda "
"en ejecutar la sentencia principal varias veces. El temporizador por defecto "
"retorna segundos como un número de punto flotante. El argumento es el número "
"de veces que se ejecuta el bucle, tomando por defecto un millón. La "
"sentencia principal, la instrucción *setup* y la función *timer* que se va a "
"utilizar se pasan al constructor."
"Registra la duración de *number* ejecuciones de la sentencia principal. "
"Esto ejecuta la sentencia *setup* una vez y, a continuación, retorna el "
"tiempo que se tarda en ejecutar la sentencia principal varias veces. El "
"temporizador por defecto retorna segundos como un número de punto flotante. "
"El argumento es el número de veces que se ejecuta el bucle, tomando por "
"defecto un millón. La sentencia principal, la instrucción *setup* y la "
"función *timer* que se va a utilizar se pasan al constructor."

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