Closed vtraag closed 3 years ago
This fixes issue #10, at least on my side, and seems to work on Python 3.6, 3.7 and 3.8.
I am not sure if there are situations in which the docstring will not be interpreted as an ast.Str, so perhaps this is not the best solution.
docstring
ast.Str
I have addressed the bug with 989c2e25b66a5aaf7a36deac3c370a62fd1e4b2f.
This fixes issue #10, at least on my side, and seems to work on Python 3.6, 3.7 and 3.8.
I am not sure if there are situations in which the
docstring
will not be interpreted as anast.Str
, so perhaps this is not the best solution.