diff options
author | Steven D'Aprano <steve@pearwood.info> | 2016-04-16 15:42:33 (GMT) |
---|---|---|
committer | Steven D'Aprano <steve@pearwood.info> | 2016-04-16 15:42:33 (GMT) |
commit | b2871faa874c5a7abd7d9f77dfeb6082253a40be (patch) | |
tree | f34a627bdb986d652686ec516ba14ec38c8d95f7 /Doc/library/crypto.rst | |
parent | 9e9235511ec8e211683e6dfc5f02d86c773bb4ef (diff) | |
download | cpython-b2871faa874c5a7abd7d9f77dfeb6082253a40be.zip cpython-b2871faa874c5a7abd7d9f77dfeb6082253a40be.tar.gz cpython-b2871faa874c5a7abd7d9f77dfeb6082253a40be.tar.bz2 |
Documentation for secrets.py
Diffstat (limited to 'Doc/library/crypto.rst')
-rw-r--r-- | Doc/library/crypto.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/crypto.rst b/Doc/library/crypto.rst index 1eddfdc..ae45549 100644 --- a/Doc/library/crypto.rst +++ b/Doc/library/crypto.rst @@ -16,3 +16,4 @@ Here's an overview: hashlib.rst hmac.rst + secrets.rst |