PFython / cleverdict

A JSON-friendly data structure which allows both object attributes and dictionary keys and values to be used simultaneously and interchangeably.
MIT License
101 stars 9 forks source link

Wrong method used in example in README.md #28

Closed dpbarrett closed 2 years ago

dpbarrett commented 3 years ago

In Section 8, you have the following:

To deactivate .save() or .delete() separately:

>>> x.set_autosave()
>>> x.set_deleve()

At first I thought it was a typo that was supposed to be .set_delete(), but I think it might actually be intended as .set_autodelete().

PFython commented 2 years ago

Sorry for taking so long to get to this Denis and thanks for spotting!