Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Jul 17, 2011
1 parent a55f645 commit 25888c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -220,7 +220,7 @@ explicity calling reset():
A convenience method named "transaction" exists for handling all the
boilerplate of handling and retrying watch errors. It takes a callable that
should expect a single parameter, a pipeline object, and any number of keys to
be WATCHED. Our client-side INCR command above can be written like this,
be WATCHed. Our client-side INCR command above can be written like this,
which is much easier to read:

>>> def client_side_incr(pipe):
Expand Down

0 comments on commit 25888c8

Please sign in to comment.