Files
ruff/resources/test/fixtures/flake8_quotes/docstring_singles_module_multiline.py
2022-10-28 17:52:11 -04:00

12 lines
133 B
Python

'''
Double quotes multiline module docstring
'''
'''
this is not a docstring
'''
def foo():
pass
'''
this is not a docstring
'''