summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Wolever <david@wolever.net>2011-07-13 16:56:06 -0400
committerDavid Wolever <david@wolever.net>2011-07-13 16:56:06 -0400
commitdeffb957bbd3b5f83eecfd025989f8086934cd30 (patch)
tree01c550bdc0de951f9f286729f4577a18360ab6a5 /README.md
parent36ba087777a3570adfbf6390adbe224ef898f9d1 (diff)
downloadredis-py-deffb957bbd3b5f83eecfd025989f8086934cd30.tar.gz
Whoops, forgot `break`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b28558c..d32fe9a 100644
--- a/README.md
+++ b/README.md
@@ -210,6 +210,7 @@ will be called automatically... But it can also be called manually, like this:
... pipe.watch('OUR-SEQUENCE-KEY')
... ...
... pipe.execute()
+ ... break
... except WatchError:
... continue
... finally: