commit | 07082782db43d697627f6eaf2d0b7c8ca209ab6a | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Oct 29 11:18:23 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Oct 29 11:18:23 2013 -0700 |
tree | 274ba4e3682e0e522a3b725a29dc49e478eaa850 | |
parent | b2d5efdc5a6e7f6df635b4bc60882bb2e5f14a66 [diff] |
typo
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index ebcc610..7cbadeb 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst
@@ -26,7 +26,7 @@ .. doctest:: - >>> from cryptography.primitives import padding + >>> from cryptography.hazmat.primitives import padding >>> padder = padding.PKCS7(128) >>> padder.pad(b"1111111111") '1111111111\x06\x06\x06\x06\x06\x06'