From 6808e011262a77e6e738ca449a9933c3266b892a Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sat, 5 Nov 2022 13:41:46 +0100 Subject: [PATCH 1/4] Re-write paragraph I think this paragraph was not correct. I re-wrote it to make more it accurate (IMHO, tho) --- tutorial/inputoutput.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 789a485f2d..2363ecc162 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -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 "" From 9d08779dccd4901b551c62345628c2b3c182697a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 2 Dec 2022 07:57:04 +0100 Subject: [PATCH 2/4] powrap --- tutorial/inputoutput.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 2363ecc162..c3bea991f8 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -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 " +"sinllamar 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 "" From 7a49d57103671f9637d740f8fa4c8a43860d6ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 2 Dec 2022 09:05:07 +0100 Subject: [PATCH 3/4] Update tutorial/inputoutput.po --- tutorial/inputoutput.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index c3bea991f8..5ae2988e94 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -455,7 +455,7 @@ msgid "" "completely written to the disk, even if the program exits successfully." msgstr "" "Llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o " -"sinllamar a ``f.close()`` **podría** dar como resultado que los argumentos " +"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." From 405efa08fbe88b99df5a5b3994d06b408e9e1240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 2 Dec 2022 09:09:21 +0100 Subject: [PATCH 4/4] powrap --- tutorial/inputoutput.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorial/inputoutput.po b/tutorial/inputoutput.po index 5ae2988e94..66202d9f19 100644 --- a/tutorial/inputoutput.po +++ b/tutorial/inputoutput.po @@ -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 ""