Skip to content

Cannot handle raise keyword in reST #142

Description

@rmcdermott111

Pyment does not recognize the 'raise' keyword in the singular when the docstring is in the reST format. Example:

def func():

    """

    :raise exampleException: description

    """
    pass

Pyment thinks that this is part of the description and it does not get processed correctly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions