[issue16687] Fix small gramatical error and add reference link in hashlib documentation

New submission from Jeff Knupp: Original text is:
Feeding string objects is to update is not supported
Should be "... objects in to update" instead of "is to" Also, mark "GIL" as a :term: to provide a link to its definition, as it's used without much context in the following note:
---------- assignee: docs@python components: Documentation files: patch.txt messages: 177507 nosy: Jeff.Knupp, docs@python priority: normal severity: normal status: open title: Fix small gramatical error and add reference link in hashlib documentation versions: Python 3.5 Added file: http://bugs.python.org/file28318/patch.txt _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Jeff Knupp added the comment: Previous patch had unintentional local changes. Uploaded correct patch. ---------- Added file: http://bugs.python.org/file28382/new_patch.txt _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Changes by Jeff Knupp <jknupp@gmail.com>: Removed file: http://bugs.python.org/file28318/patch.txt _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Changes by Benjamin Peterson <benjamin@python.org>: ---------- versions: +Python 3.3, Python 3.4 -Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Roundup Robot added the comment: New changeset abfd3bc38b5d by Benjamin Peterson in branch '3.3': fix typo (#16687) http://hg.python.org/cpython/rev/abfd3bc38b5d New changeset 95cb2f09ac50 by Benjamin Peterson in branch 'default': merge 3.3 (closes #16687) http://hg.python.org/cpython/rev/95cb2f09ac50 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Jeff Knupp added the comment: Previous patch had unintentional local changes. Uploaded correct patch. ---------- Added file: http://bugs.python.org/file28382/new_patch.txt _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Changes by Jeff Knupp <jknupp@gmail.com>: Removed file: http://bugs.python.org/file28318/patch.txt _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Changes by Benjamin Peterson <benjamin@python.org>: ---------- versions: +Python 3.3, Python 3.4 -Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________

Roundup Robot added the comment: New changeset abfd3bc38b5d by Benjamin Peterson in branch '3.3': fix typo (#16687) http://hg.python.org/cpython/rev/abfd3bc38b5d New changeset 95cb2f09ac50 by Benjamin Peterson in branch 'default': merge 3.3 (closes #16687) http://hg.python.org/cpython/rev/95cb2f09ac50 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16687> _______________________________________
participants (3)
-
Benjamin Peterson
-
Jeff Knupp
-
Roundup Robot