Skip to content

Traducido archivo library/functions #2676

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 7 commits into from
Oct 17, 2023
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
Update functions.po
  • Loading branch information
xooseph authored Oct 17, 2023
commit f343e8343abe75b541155e34697bca283f7faaa6
3 changes: 1 addition & 2 deletions library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -1850,7 +1850,7 @@ msgstr ""
"pueden tener opcionalmente el prefijo ``0b``/``0B``, ``0o``/``0O`` o ``0x``/"
"``0X``, como ocurre con los literales enteros en el código. Para base 0, la "
"cadena de caracteres se interpreta de manera similar a un :ref:`literal "
"entero en el código <integers>`, en el que la base actual es 2, 8, 10 o 16 "
"entero en el código <integers>`, en el que la base de verdad es 2, 8, 10 o 16 "
"según lo determine el prefijo. La base 0 tampoco permite los ceros a la "
"izquierda: ``int('010', 0)`` no es legal, mientras que ``int('010')`` e "
"``int('010', 8)`` sí lo son."
Expand Down Expand Up @@ -2799,7 +2799,6 @@ msgstr ""
"binario. Para esos, utiliza en cambio ``file.write(…)``."

# no teníamos claro si traducir o no buffered y como, asi como flushed.
# + Mantengo flushed como lo tenían traducido
#: ../Doc/library/functions.rst:1454
msgid ""
"Output buffering is usually determined by *file*. However, if *flush* is "
Expand Down