DocString Python Pycharm

def my func():
	"""
	This is a doc string
    """
    pass
Biggus Dickus