8000 Varias correcciones en el módulo `time` by gio8tisu · Pull Request #1831 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Varias correcciones en el módulo time #1831

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 12 commits into from
Aug 4, 2022
Prev Previous commit
Next Next commit
Corrige monotónico por monótono
La palabra correcta es monótono (ver
https://es.wikipedia.org/wiki/Funci%C3%B3n_mon%C3%B3tona).
  • Loading branch information
gio8tisu committed Aug 3, 2022
commit 5aa7faf7e68c92684aa9a560dbf08f8151c4cd71
6 changes: 3 additions & 3 deletions library/time.po
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ msgid ""
"updates. The reference point of the returned value is undefined, so that "
"only the difference between the results of two calls is valid."
msgstr ""
"Retorna el valor (en segundos fraccionarios) de un reloj monotónico, es "
"Retorna el valor (en segundos fraccionarios) de un reloj monótono, es "
"decir, un reloj que no puede retroceder. El reloj no se ve afectado por las "
"actualizaciones del reloj del sistema. El punto de referencia del valor "
"retornado no está definido, de modo que sólo la diferencia entre los "
Expand Down Expand Up @@ -1465,7 +1465,7 @@ msgid ""
"have discontinuities if the time is changed using ``settimeofday()`` or "
"similar."
msgstr ""
"Esto permite que las aplicaciones obtengan un reloj monotónico con "
"Esto permite que las aplicaciones obtengan un reloj monótono con "
"suspensión sin tener que lidiar con las complicaciones de :data:"
"`CLOCK_REALTIME`, que puede tener discontinuidades si se cambia la hora "
"usando ``settimeofday()`` o similar."
Expand Down Expand Up @@ -1568,7 +1568,7 @@ msgid ""
"point, unaffected by frequency or time adjustments and not incremented while "
"the system is asleep."
msgstr ""
"Reloj que se incrementa monotónicamente, rastreando el tiempo desde un punto "
"Reloj que se incrementa monótonamente, rastreando el tiempo desde un punto "
"arbitrario, no afectado por los ajustes de frecuencia o tiempo y no "
"incrementado mientras el sistema está dormido."

Expand Down
0