nucleic / atom

Memory efficient Python objects
https://atom.readthedocs.io/en/latest/
Other
361 stars 50 forks source link

Incorrect specification of subclass #187

Open metaperl opened 1 year ago

metaperl commented 1 year ago

NewCompactObject is supposed to be a subclass of CompactObject but the code does not show that on this page

Instead both classes inherit from Atom.

MatthieuDartiailh commented 1 year ago

Thanks for the report. Would you feel like doing a PR to fix it ?