Pycharm 2017.2.3 does not display proper format for docstring
已回答
I chose reStructured docstring format

and this is how it looks like:

This is my settings, what did I do wrong?

请先登录再写评论。
Hi Dio! Try to add an empty line before first :param. Has it helped?
Nice, it actually helped. Thanks. I was used to Eclipse or Visual Studio where an empty line does not matter.
I created a separate ticket in our bug tracker to support the case when there's no empty line after description: PY-26281.