summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-09-10 15:39:23 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-09-10 15:39:23 -0400
commita186329fe0569ec3746a206a039366420f97f8e5 (patch)
tree291f81ca62fab6fa53d2b58b4b45674d5af29912
parentab81a660cda181f182fcfe3cc3bde05397e3c771 (diff)
downloaddogpile-core-a186329fe0569ec3746a206a039366420f97f8e5.tar.gz
formatting
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1c95942..bb6d4fa 100644
--- a/README.rst
+++ b/README.rst
@@ -153,7 +153,7 @@ Memcached::
def gen_cached():
value = my_expensive_database.load_the_value()
- with mc_pool.reserve() as mc:
+ with mc_pool.reserve() as mc:
mc.put(key, value)
dogpile = Dogpile(expiration_time, init=True)
@@ -184,8 +184,8 @@ Development Status
-------------------
Please note Dogpile is new and has only had minimal production usage ! Comments
-and improvements are welcome but please review its workings and source code before use
-and use at your own risk !
+and improvements are welcome. Since this is concurrency-oriented code, please review
+the source and let me know about potential issues. As always, **use at your own risk!**