Roundup Robot added the comment:
New changeset 7c263bfc92f5 by Georg Brandl in branch '2.7':
Closes #13944: fix capitalization of class name.
http://hg.python.org/cpython/rev/7c263bfc92f5
New changeset cd748bab3cdd by Georg Brandl in branch '3.2':
Closes #13944: fix capitalization of class name
New submission from Ramchandra Apte :
When the documentation for hashlib says "An HMAC object has the following
methods:" the list of methods says hmac.xxx which is wrong and should be
HMAC.xxx.
Thanks
--
assignee: docs@python
components: Documentation
messages: 152657
nosy: docs@pytho