From c828bf558e6444e3df10d8ff507edf67e7d03bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mej=C3=ADa=20S=C3=A1nchez?= Date: Fri, 8 Aug 2025 13:46:23 -0500 Subject: [PATCH] Update python.md (#5315) The multiline string is used as documentation and the original post refers it as documentation and not only comments --- es/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/python.md b/es/python.md index 2e5517ce..95cbbaf7 100644 --- a/es/python.md +++ b/es/python.md @@ -14,7 +14,7 @@ Es básicamente pseudocódigo ejecutable. """ Strings multilinea pueden escribirse usando tres "'s, y comunmente son usados - como comentarios. + como documentación. """ ####################################################