Skip to content
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
powrap
  • Loading branch information
cmaureir committed Dec 2, 2022
commit 405efa08fbe88b99df5a5b3994d06b408e9e1240
8 changes: 4 additions & 4 deletions tutorial/inputoutput.po
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,10 @@ msgid ""
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
"completely written to the disk, even if the program exits successfully."
msgstr ""
"Llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o "
"sin llamar a ``f.close()`` **podría** dar como resultado que los argumentos "
"de ``f.write()`` no se escriban completamente en disco, incluso si el "
"programa se termina correctamente."
"Llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o sin "
"llamar a ``f.close()`` **podría** dar como resultado que los argumentos de "
"``f.write()`` no se escriban completamente en disco, incluso si el programa "
"se termina correctamente."

#: ../Doc/tutorial/inputoutput.rst:357
msgid ""
Expand Down