]> granicus.if.org Git - python/commitdiff
Issue #25418: Fix markup in object.__hash__ documentation
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 16 Oct 2015 08:22:50 +0000 (11:22 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 16 Oct 2015 08:22:50 +0000 (11:22 +0300)
Patch by TAKASE Arihiro.

Doc/reference/datamodel.rst

index 4e84d5e58ea0ddc86ad19623954c2484b2917e4b..1560ad0d32da6183df2eaf9135889478cfb789bd 100644 (file)
@@ -1331,7 +1331,7 @@ Basic customization
    :meth:`__hash__` method of a class is ``None``, instances of the class will
    raise an appropriate :exc:`TypeError` when a program attempts to retrieve
    their hash value, and will also be correctly identified as unhashable when
-   checking ``isinstance(obj, collections.Hashable``).
+   checking ``isinstance(obj, collections.Hashable)``.
 
    If a class that overrides :meth:`__eq__` needs to retain the implementation
    of :meth:`__hash__` from a parent class, the interpreter must be told this