Berker Peksag added the comment:
Fixed. Thanks for the report.
--
assignee: -> berker.peksag
components: +Documentation
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: enhancement -> behavior
versions: +Python 3.5
Roundup Robot added the comment:
New changeset 5be778fec115 by Berker Peksag in branch '3.4':
Issues #21948 and #16040: Fix typos.
http://hg.python.org/cpython/rev/5be778fec115
New changeset 051cc4f60384 by Berker Peksag in branch 'default':
Issues #21948 and #16040: Merge with 3.4.
http://hg.py
New submission from Roy:
In the documentation in 15.2 (https://docs.python.org/3/library/hmac.html),
under hmac.new(key, msg=None, digestmod=None), it says "Paramter digestmod",
which should be "Parameter digestmod"
--
messages: 222623
nosy: thosehippos
priority: normal
severity: norma