Files
openide/python/testData/inspections/ConvertSingleQuotedDocstringEscape.py

3 lines
233 B
Python

def foo():
<weak_warning descr="Triple double-quoted strings should be used for docstrings."><caret>'</weak_warning>bla "blub"<weak_warning descr="Triple double-quoted strings should be used for docstrings.">'</weak_warning>
pass