12 lines
133 B
Python
12 lines
133 B
Python
'''
|
|
Double quotes multiline module docstring
|
|
'''
|
|
'''
|
|
this is not a docstring
|
|
'''
|
|
def foo():
|
|
pass
|
|
'''
|
|
this is not a docstring
|
|
'''
|