Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor documentation problem #202

Open
kai11 opened this issue Oct 13, 2019 · 0 comments
Open

Minor documentation problem #202

kai11 opened this issue Oct 13, 2019 · 0 comments

Comments

@kai11
Copy link

kai11 commented Oct 13, 2019

https://pythonhosted.org/Flask-Cache/

>>> adder1 = Adder()
>>> adder2 = Adder()
>>> adder1.add(3)
3.23214234
>>> adder2.add(3)
3.60898509
>>> cache.delete_memoized(adder.add)
>>> adder1.add(3)cache.delete_memoized(adder.add)

cache.delete_memoized(adder.add) line should refer to adder1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant