[issue25418] Minor markup issue in reference/datamodel docs

2015-10-16 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue25418] Minor markup issue in reference/datamodel docs

2015-10-16 Thread Roundup Robot
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._

[issue25418] Minor markup issue in reference/datamodel docs

2015-10-15 Thread TAKASE Arihiro
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: datam