From 25888c81d28ef7eff2d74dab5f26030087027a2d Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 17 Jul 2011 15:48:57 -0700 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0a18aa76..ceb5a20f08 100644 --- a/README.md +++ b/README.md @@ -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):