From efda8a4f36a5c226765b0603d14c230d2e21a17e Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 27 Dec 2016 12:19:51 +0900 Subject: [PATCH] Issue #29062: doc: Fix hashlib module index conflict --- Doc/library/hashlib-blake2.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst index 436aa4f519..f974f7a24a 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:: -- 2.40.0