[Checkins] SVN: cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt fix a test

Adam Groszer cvs-admin at zope.org
Fri Apr 13 08:51:19 UTC 2012


Log message for revision 125133:
  fix a test

Changed:
  U   cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt

-=-
Modified: cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt
===================================================================
--- cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt	2012-04-13 08:49:27 UTC (rev 125132)
+++ cipher.encryptingstorage/trunk/src/cipher/encryptingstorage/README.txt	2012-04-13 08:51:15 UTC (rev 125133)
@@ -198,17 +198,19 @@
 ``cipher.encryptingstorage`` module-level functions:
 
 ``encrypt(data)``
-   Encrypt the given data if:
+  Encrypt the given data if:
 
-   - it doesn't start with the encrypted-record marker, ``'.e'``
+    - it doesn't start with the encrypted-record marker, ``'.e'``
 
-   The encrypted data are returned.
+  The encrypted data are returned.
 
 ``decrypt(data)``
-   Decrypt the data if it is encrypted.
+  Decrypt the data if it is encrypted.
 
-   The decrypted (or original) data are returned.
+  The decrypted (or original) data are returned.
 
 .. basic sanity check :)
 
-   >>> _ = (cipher.encryptingstorage.compress, cipher.encryptingstorage.decompress)
+    >>> _ = (cipher.encryptingstorage.compress, cipher.encryptingstorage.decompress)
+
+    >>> _ = (cipher.encryptingstorage.encrypt, cipher.encryptingstorage.decrypt)



More information about the checkins mailing list