Small tutorial on how to correctly format docstrings in Python: Example on how to document your Python docstrings
I love to document code and I use PyCharm for Python development. And I always forget the syntax of method arguments type/description. I think the tutorial in the link above is quite explanatory, but I’ll update this post in case I find something new.