As reported in #97, we were mistaking key access on the first line of functions as docstrings. This PR fixes that with a patch via @oxitnik. In this PR:
Added fix to stop recognizing key access on the first line of functions/modules/classes as docstrings
As reported in #97, we were mistaking key access on the first line of functions as docstrings. This PR fixes that with a patch via @oxitnik. In this PR: