Skip to content

Commit d375bfd

Browse files
committed
Remove extra :
1 parent f0940b5 commit d375bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/inputoutput.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ 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 "
457+
"Al llamar a ``f.write()`` sin usar la palabra clave :keyword:`!with` o "
458458
"llamar a ``f.close()`` **podría** dar como resultado los argumentos de ``f."
459459
"write()`` no se escribe completamente en el disco, incluso si el programa se "
460460
"cierra correctamente."

0 commit comments

Comments
 (0)