Skip to content

Missing helptext for multiline argument. #309

@MichaelCG8

Description

@MichaelCG8

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions