7 lines
135 B
Python
7 lines
135 B
Python
''' Double quotes singleline module docstring '''
|
|
''' this is not a docstring '''
|
|
|
|
def foo():
|
|
pass
|
|
''' this is not a docstring '''
|