diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-08-25 11:38:10 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-08-25 11:38:10 +0100 |
commit | dda54aa7b1f40601fd4dc58f6c4d1e21c192edbd (patch) | |
tree | 9cf82d00ee0cdafc4385703576b30c3e29c08426 | |
parent | f1b0bcd2cdf71a474b832d4ce3df125bd03271f7 (diff) | |
download | cryptography-dda54aa7b1f40601fd4dc58f6c4d1e21c192edbd.tar.gz cryptography-dda54aa7b1f40601fd4dc58f6c4d1e21c192edbd.tar.bz2 cryptography-dda54aa7b1f40601fd4dc58f6c4d1e21c192edbd.zip |
All the other pages use sentence case titles.
-rw-r--r-- | docs/hazmat/primitives/mac/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/mac/index.rst b/docs/hazmat/primitives/mac/index.rst index acfe9bed..bc54bae4 100644 --- a/docs/hazmat/primitives/mac/index.rst +++ b/docs/hazmat/primitives/mac/index.rst @@ -1,6 +1,6 @@ .. hazmat:: -Message Authentication Codes +Message authentication codes ============================ While cryptography supports both the CMAC and HMAC algorithms, we strongly |