docs: sanitize
[awesomized/libmemcached] / docs / source / libmemcached / memcached_append.rst
index ba3aaaab27426e503e48f979f324934a53fa64b7..5aa1ce3f482ac6c473ea308c8fecb820f60b8446 100644 (file)
@@ -1,4 +1,3 @@
-=============================================
 Appending or Prepending to data on the server
 =============================================
 
@@ -6,7 +5,6 @@ Appending or Prepending to data on the server
 
 Appending or Prepending to data on the server
 
---------
 SYNOPSIS
 --------
 
@@ -22,7 +20,6 @@ SYNOPSIS
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
@@ -69,7 +66,6 @@ there are at least 1318 bytes available to split among the key, key_prefix
 and value. If the total size of the command, including overhead, exceeds 
 1400 bytes, a `MEMCACHED_WRITE_FAILURE` will be returned.
 
-------
 RETURN
 ------
 
@@ -78,7 +74,6 @@ On success the value will be `MEMCACHED_SUCCESS`.
 Use :func:`memcached_strerror` to translate this value to a printable 
 string.
 
---------
 SEE ALSO
 --------