tantale / deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.
MIT License
298 stars 32 forks source link

fix: digest D212 and D213 docstring #61

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

Fix #60

Parse the docstring and split the first line from the others. This ensures that whatever convention is chosen (D212 or D213) the rest of the docstring keeps the right indentation.

Commit checklist: