[Python-checkins] cpython: Issue #29062: doc: Fix hashlib module index conflict

inada.naoki python-checkins at python.org
Mon Dec 26 22:19:58 EST 2016


https://hg.python.org/cpython/rev/1970c9ea8572
changeset:   105826:1970c9ea8572
user:        INADA Naoki <songofacandy at gmail.com>
date:        Tue Dec 27 12:19:51 2016 +0900
summary:
  Issue #29062: doc: Fix hashlib module index conflict

files:
  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
--- 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::

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list