Skip to content

Commit 6e94a30

Browse files
committed
The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
1 parent 4a6cf6c commit 6e94a30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/hashlib.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ algorithm (defined in Internet :rfc:`1321`). The terms "secure hash" and
2323
digests. The modern term is secure hash.
2424

2525
.. note::
26-
If you want the adler32 or crc32 hash functions they are available in
26+
27+
If you want the adler32 or crc32 hash functions, they are available in
2728
the :mod:`zlib` module.
2829

2930
.. warning::
3031

31-
Some algorithms have known hash collision weaknesses, see the FAQ at the end.
32+
Some algorithms have known hash collision weaknesses, refer to the "See
33+
also" section at the end.
3234

3335
There is one constructor method named for each type of :dfn:`hash`. All return
3436
a hash object with the same simple interface. For example: use :func:`sha1` to

0 commit comments

Comments
 (0)