diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-12-27 03:19:51 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-12-27 03:19:51 (GMT) |
commit | efda8a4f36a5c226765b0603d14c230d2e21a17e (patch) | |
tree | 0d76ffd20ee4d65930f9feae8202b7505c6cbbbd | |
parent | 9c15776face20bfab7870aa7bd536362539ff025 (diff) | |
download | cpython-efda8a4f36a5c226765b0603d14c230d2e21a17e.zip cpython-efda8a4f36a5c226765b0603d14c230d2e21a17e.tar.gz cpython-efda8a4f36a5c226765b0603d14c230d2e21a17e.tar.bz2 |
Issue #29062: doc: Fix hashlib module index conflict
-rw-r--r-- | Doc/library/hashlib-blake2.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst index 436aa4f..f974f7a 100644 --- a/Doc/library/hashlib-blake2.rst +++ b/Doc/library/hashlib-blake2.rst @@ -3,8 +3,7 @@ :mod:`hashlib` --- BLAKE2 hash functions ======================================== -.. module:: hashlib - :synopsis: BLAKE2 hash function for Python +.. currentmodule:: hashlib .. sectionauthor:: Dmitry Chestnykh .. index:: |