Files
openide/python/testData/inspections/ConvertSingleQuotedDocstring.py
Ekaterina Tuzova 4659d71bc1 fixed testdata
2012-04-23 16:41:52 +04:00

4 lines
278 B
Python

def foo():
<weak_warning descr="Triple double-quoted strings should be used for docstrings."><caret>'''</weak_warning>foo first line docstring
second line of docstring<weak_warning descr="Triple double-quoted strings should be used for docstrings.">'''</weak_warning>
pass