Lets say I have the code:
def blabla(num):
When I am doing triple "", I should receive:
def blabla(num):
    """
    param: num
    return:
    """
But I get:
def blabla(num):
    """
    
    """
Which means basically nothing, A week ago it was all good.
Searched sphinx style and others, nothing I changed at Pycharm helped.
Asked my teacher and he did not know how to fix it, told me to ask SOF ( This forum ).
Edit: I have tried going to Editor >> General >> Smart keys. But all are V in there... no other solution for it.
