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.
Pyment does not recognize the 'raise' keyword in the singular when the docstring is in the reST format. Example:
Pyment thinks that this is part of the description and it does not get processed correctly.