Is there a typo in documentation?
the0s opened this issue · 2 comments
the0s commented
Documentation for the itersize parameter of the delete_pattern says:
cache.delete_pattern("foo_*", itersize=100_000)
is 100_000 correct? shouldn't be 100000 ?
WisdomPill commented
it's plain python, try it and you'll see 😄
the0s commented
yeap! First time seeing seeing this. Thanks