[docs] [issue27601] Minor inaccuracy in hash documentation

Aleksandr Koshkin report at bugs.python.org
Sat Jul 23 14:17:52 EDT 2016


New submission from Aleksandr Koshkin:

https://docs.python.org/3.6/library/stdtypes.html#hashing-of-numeric-types
Look at semantics example for hash_complex function. The variable 'hash' is clearly misused - it is not defined or refers to builtin function 'hash'. Either way the example is incorrect.

----------
assignee: docs at python
components: Documentation
messages: 271097
nosy: docs at python, magniff
priority: normal
severity: normal
status: open
title: Minor inaccuracy in hash documentation
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27601>
_______________________________________


More information about the docs mailing list