]> granicus.if.org Git - python/commitdiff
improve algorithms_* documentation
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Mar 2014 19:26:12 +0000 (14:26 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 11 Mar 2014 19:26:12 +0000 (14:26 -0500)
Doc/library/hashlib.rst

index 49fedec91076f6c865d3b68db886c465b8cb30e1..a693f7ef0692a26bd3e20fa432fc5bf98294dd36 100644 (file)
@@ -95,18 +95,18 @@ Hashlib provides the following constant attributes:
 
 .. data:: algorithms_guaranteed
 
-   Contains the names of the hash algorithms guaranteed to be supported
+   A set containing the names of the hash algorithms guaranteed to be supported
    by this module on all platforms.
 
    .. versionadded:: 3.2
 
 .. data:: algorithms_available
 
-   Contains the names of the hash algorithms that are available
-   in the running Python interpreter.  These names will be recognized
-   when passed to :func:`new`.  :attr:`algorithms_guaranteed`
-   will always be a subset.  Duplicate algorithms with different
-   name formats may appear in this set (thanks to OpenSSL).
+   A set containing the names of the hash algorithms that are available in the
+   running Python interpreter.  These names will be recognized when passed to
+   :func:`new`.  :attr:`algorithms_guaranteed` will always be a subset.  The
+   same algorithm may appear multiple times in this set under different names
+   (thanks to OpenSSL).
 
    .. versionadded:: 3.2