This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Documentation Typo
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: berker.peksag Nosy List: berker.peksag, python-dev, thosehippos
Priority: normal Keywords:

Created on 2014-07-09 15:48 by thosehippos, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg222623 - (view) Author: Roy (thosehippos) Date: 2014-07-09 15:48
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"
msg222624 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-07-09 17:16
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.python.org/cpython/rev/051cc4f60384
msg222626 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2014-07-09 17:18
Fixed. Thanks for the report.
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66147
2014-07-09 17:18:16berker.peksagsetstatus: open -> closed

resolution: fixed

assignee: berker.peksag
stage: resolved
versions: + Python 3.5
nosy: + berker.peksag
messages: + msg222626
components: + Documentation
type: enhancement -> behavior
2014-07-09 17:16:32python-devsetnosy: + python-dev
messages: + msg222624
2014-07-09 15:48:18thosehipposcreate