Skip to content

Re-write paragraph #2169

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 4 commits into from
Dec 2, 2022
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