docs: ws
[awesomized/libmemcached] / docs / source / libmemcached.rst
index b0740adc8b892a119be5ea8420c7785b839ae0fd..4f85d96c470f93e99bc97e1c04f5de20ec5e6b6c 100644 (file)
@@ -56,7 +56,7 @@ Objects are stored on servers by hashing keys. The hash value maps the key to a
 particular server. All clients understand how this hashing works, so it is
 possibly to reliably both push data to a server and retrieve data from a server.
 
-Group keys can be optionally used to group sets of objects with servers. 
+Group keys can be optionally used to group sets of objects with servers.
 
 Namespaces are supported, and can be used to partition caches so that multiple
 applications can use the same memcached servers.
@@ -150,7 +150,6 @@ UTILITY LIBRARIES
     * :doc:`libhashkit`
     * :doc:`libmemcachedutil`
 
-
 SEE ALSO
 --------