NiklasRosenstein / python-docspec

Docspec is a JSON object specification for representing API documentation of programming languages.
https://niklasrosenstein.github.io/python-docspec/
Other
16 stars 6 forks source link

Do not use frozen=True for the Docstring class #50

Closed tristanlatr closed 2 years ago

tristanlatr commented 2 years ago

Fixes #49

NiklasRosenstein commented 2 years ago

I'll close this as frozen was removed, which will be part of the 2.0.0 release. See #64