Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 122f563

Browse filesBrowse files
humitoscmaureir
andauthored
Re-write paragraph (#2169)
I think this paragraph was not correct. I re-wrote it to make more it accurate (IMHO, tho) Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 1e71164 commit 122f563
Copy full SHA for 122f563

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎tutorial/inputoutput.po

Copy file name to clipboardExpand all lines: tutorial/inputoutput.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ msgid ""
454454
"``f.close()`` **might** result in the arguments of ``f.write()`` not being "
455455
"completely written to the disk, even if the program exits successfully."
456456
msgstr ""
457-
"Al llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o "
458-
"llamar a ``f.close()`` **podría** dar como resultado los argumentos de ``f."
459-
"write()`` no se escribe completamente en el disco, incluso si el programa se "
460-
"cierra correctamente."
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 "
459+
"``f.write()`` no se escriban completamente en disco, incluso si el programa "
460+
"se termina correctamente."
461461

462462
#: ../Doc/tutorial/inputoutput.rst:357
463463
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.