mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 11:14:24 +02:00
Update python.md (#5315)
The multiline string is used as documentation and the original post refers it as documentation and not only comments
This commit is contained in:
committed by
GitHub
parent
2b324b5688
commit
c828bf558e
@@ -14,7 +14,7 @@ Es básicamente pseudocódigo ejecutable.
|
|||||||
|
|
||||||
""" Strings multilinea pueden escribirse
|
""" Strings multilinea pueden escribirse
|
||||||
usando tres "'s, y comunmente son usados
|
usando tres "'s, y comunmente son usados
|
||||||
como comentarios.
|
como documentación.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
|
Reference in New Issue
Block a user