Missing helptext for multiline argument.
オープン
- 主要言語
- Python
- スター
- 28.2k
- フォーク
- 1.5k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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)
コントリビューションガイド
評価
この issue はまだ評価されていません。