blob: 70405dcdcc7d2ebb0e43d09dde0baec5b20d59de [file] [log] [blame]
""" file's docstring """
def spam(ham): # <== PyCharm suggests to apply quickfix there
"""Docstring
@param ham:
"""
pass