https://github.com/psf/black/pull/4060#discussion_r1404646891 made me look into unifying some of our docstring logic. I discovered this bug: ```python """ has trailing space """ ``` I would expect Black to remove the trailing space, which it does for class and function docstrings, but it doesn't.
#4060 (comment) made me look into unifying some of our docstring logic. I discovered this bug:
I would expect Black to remove the trailing space, which it does for class and function docstrings, but it doesn't.