blob: 70405dcdcc7d2ebb0e43d09dde0baec5b20d59de [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001""" file's docstring """
2def spam(ham): # <== PyCharm suggests to apply quickfix there
3 """Docstring
4 @param ham:
5 """
6 pass