summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2019-11-25 10:36:29 -0600
committerJon Parise <jon@pinterest.com>2019-11-25 08:36:29 -0800
commit89c8ff167aef966433cb7ffaa8d835bd1d7058f9 (patch)
treea738e34a3c70cdb8acae5d50484c24d123aa8fa1 /README.rst
parentde2838c3fbb66f597d08b8432d826ff13cef3c3d (diff)
downloadpymemcache-89c8ff167aef966433cb7ffaa8d835bd1d7058f9.tar.gz
trivial: update library name (#259)
I was reading through the documentation and noticed a minor inconsistency in the naming of the python-memcached library. This commit updates the library name to reflect the real library we're referencing.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 79c241a..abd3d27 100644
--- a/README.rst
+++ b/README.rst
@@ -65,10 +65,10 @@ so using it with libraries like gevent is out of the question, and its
dependency on libmemcached poses challenges (e.g., it must be built against
the same version of libmemcached that it will use at runtime).
-Python-memcache
----------------
+python-memcached
+----------------
-The python-memcache library implements the entire memcached text protocol, has
+The python-memcached library implements the entire memcached text protocol, has
a single timeout for all socket calls and has a flexible approach to
serialization and deserialization. It is also written entirely in Python, so
it works well with libraries like gevent. However, it is tied to using thread