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
Update library/timeit.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
humitos and cmaureir authored Jun 19, 2020
commit 24a735f58dbe3647fc008e367dbb71f27c34bf00
2 changes: 1 addition & 1 deletion library/timeit.po
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ msgid ""
"statement, the setup statement and the timer function to be used are passed "
"to the constructor."
msgstr ""
"Tiempo *número* ejecuciones de la instrucción principal. Esto ejecuta la "
"Tiempo *number* ejecuciones de la instrucción principal. Esto ejecuta la "
"instrucción setup una vez y, a continuación, devuelve el tiempo que se tarda "
"en ejecutar la instrucción principal varias veces, medida en segundos como "
"un float. El argumento es el número de veces que se ejecuta el bucle, por "
Expand Down