[issue25418] Minor markup issue in reference/datamodel docs
New submission from TAKASE Arihiro: https://docs.python.org/3/reference/datamodel.html#object.__hash__ The closing parenthesis of "isinstance(obj, collections.Hashable)" is outside the markup. The attached patch fixes it. ---------- assignee: docs@python components: Documentation files: datamodel.patch keywords: patch messages: 253068 nosy: artakase, docs@python priority: normal severity: normal status: open title: Minor markup issue in reference/datamodel docs type: behavior versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file40792/datamodel.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue25418> _______________________________________
Roundup Robot added the comment: New changeset 389c78c2c031 by Berker Peksag in branch '3.4': Issue #25418: Fix markup in object.__hash__ documentation https://hg.python.org/cpython/rev/389c78c2c031 New changeset f56006107a4b by Berker Peksag in branch '3.5': Issue #25418: Fix markup in object.__hash__ documentation https://hg.python.org/cpython/rev/f56006107a4b New changeset 0aaadc1c60fd by Berker Peksag in branch 'default': Issue #25418: Fix markup in object.__hash__ documentation https://hg.python.org/cpython/rev/0aaadc1c60fd ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue25418> _______________________________________
Berker Peksag added the comment: Good catch, thanks! ---------- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue25418> _______________________________________
participants (3)
-
Berker Peksag
-
Roundup Robot
-
TAKASE Arihiro