diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-01-01 20:46:13 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-01-01 19:46:13 -0600 |
commit | e6f8d79ba4000e33cb022725e26762264654018b (patch) | |
tree | 462b52c8ff0fd978f9432e37ef4b8d8c1f50331a | |
parent | a2156b0b8e55259dc82b7d9fd55ce4215fae26b9 (diff) | |
download | cryptography-e6f8d79ba4000e33cb022725e26762264654018b.tar.gz cryptography-e6f8d79ba4000e33cb022725e26762264654018b.tar.bz2 cryptography-e6f8d79ba4000e33cb022725e26762264654018b.zip |
Fixed anchor for URL (#4670)
-rw-r--r-- | docs/hazmat/primitives/padding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 245b5547..9581df88 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -126,4 +126,4 @@ multiple of the block size. :raises ValueError: When trying to remove padding from incorrectly padded data. -.. _`ANSI X.923`: https://en.wikipedia.org/wiki/Padding_%28cryptography%29#ANSI_X.923 +.. _`ANSI X.923`: https://en.wikipedia.org/wiki/Padding_%28cryptography%29#ANSI_X9.23 |