Missing helptext for multiline argument.
Aperta
- Lingua principale
- Python
- Stelle
- 28.2k
- Fork
- 1.5k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Only the first line of help text is displayed for argument `name`.
Thanks @orkun1675 for reporting.
def foo(self, name):
"""Greets name.
Arguments:
name: The person to greet. This is a very long line that has to be word
wrapped and contains a colon (:) in it.
"""
print('Hello %s' % name)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.