File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -454,10 +454,10 @@ msgid ""
454
454
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
455
455
"completely written to the disk, even if the program exits successfully."
456
456
msgstr ""
457
- "Llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o sin "
458
- "llamar a ``f.close()`` **podría** dar como resultado que los argumentos de ``f. "
459
- "write()`` no se escriban completamente en disco, incluso si el programa se "
460
- "termina correctamente."
457
+ "Llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o "
458
+ "sinllamar a ``f.close()`` **podría** dar como resultado que los argumentos "
459
+ "de ``f. write()`` no se escriban completamente en disco, incluso si el "
460
+ "programa se termina correctamente."
461
461
462
462
#: ../Doc/tutorial/inputoutput.rst:357
463
463
msgid ""
You can’t perform that action at this time.
0 commit comments