Daouzli
Daouzli
Hi there, As Python 2.7 has reached [end of life last year](https://www.python.org/doc/sunset-python-2/), I plan to stop supporting running Pyment using it in next release v0.4.0 in few days. And furthermore,...
If a function has no argument and a multi-line description, Pyment will insert two blank lines between the description and the end of the docstring. It should be one blank...
If a function a google docstring describing a parameter with a type, instead of letting it as is when producing google output format, Pyment will replace the param description by...
As @patkujawa-wf and @maqifrnswa pointed, the two syntaxes `:return:` and `:returns:` are valid for the reStructuredText format, so it would be nice to accept both and choose the default one...