summaryrefslogtreecommitdiff
path: root/python/testData/inspections/ConvertSingleQuotedDocstring.py
blob: dcd7c47cbc026a1405168b670c3c600e5aedd105 (plain)
1
2
3
4
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