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
Next Next commit
Re-write paragraph
I think this paragraph was not correct. I re-wrote it to make more it
accurate (IMHO, tho)
  • Loading branch information
humitos committed Nov 5, 2022
commit 6808e011262a77e6e738ca449a9933c3266b892a
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 ""
"Al llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o "
"llamar a ``f.close()`` **podría** dar como resultado los argumentos de ``f."
"write()`` no se escribe completamente en el disco, incluso si el programa se "
"cierra 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