Skip to content

Commit 3609e61

Browse files
committed
Apply review suggestion: simplify ref to numeric-hash
1 parent 2f04704 commit 3609e61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/numbers.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ Notes for type implementers
9090

9191
Implementers should be careful to make equal numbers equal and hash
9292
them to the same values. This may be subtle if there are two different
93-
extensions of the real numbers. For a hashing scheme that is consistent
94-
across numeric types, see :ref:`numeric-hash`.
93+
extensions of the real numbers. See also :ref:`numeric-hash`.
9594

9695

9796
Adding More Numeric ABCs

0 commit comments

Comments
 (0)