Skip to content

Commit

Permalink
New rules
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jul 27, 2013
1 parent ac1d63f commit 4796a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werkzeug/contrib/cache.py
Expand Up @@ -59,7 +59,7 @@ def get_sidebar(user):
- `add`, `set` and `set_many` return either `True` or `False`, or raise
`PickleError`.
- `inc`, `dec` return the new value.
- `inc`, `dec` return the new value or `None` on failure.
- `clear`, `remove`, return either `True` or `False`.
Expand Down

0 comments on commit 4796a15

Please sign in to comment.