File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,18 +101,18 @@ Hashlib provides the following constant attributes:
101101
102102.. data :: algorithms_guaranteed
103103
104- Contains the names of the hash algorithms guaranteed to be supported
104+ A set containing the names of the hash algorithms guaranteed to be supported
105105 by this module on all platforms.
106106
107107 .. versionadded :: 3.2
108108
109109.. data :: algorithms_available
110110
111- Contains the names of the hash algorithms that are available
112- in the running Python interpreter. These names will be recognized
113- when passed to :func: `new `. :attr: `algorithms_guaranteed `
114- will always be a subset. Duplicate algorithms with different
115- name formats may appear in this set (thanks to OpenSSL).
111+ A set containing the names of the hash algorithms that are available in the
112+ running Python interpreter. These names will be recognized when passed to
113+ :func: `new `. :attr: `algorithms_guaranteed ` will always be a subset. The
114+ same algorithm may appear multiple times in this set under different names
115+ (thanks to OpenSSL).
116116
117117 .. versionadded :: 3.2
118118
You can’t perform that action at this time.
0 commit comments