commit | 134f1f4acf423c3546b9552a169d10d40dd5fc84 | [log] [tgz] |
---|---|---|
author | David Reid <dreid@dreid.org> | Mon Feb 03 13:54:30 2014 -0800 |
committer | David Reid <dreid@dreid.org> | Mon Feb 03 13:54:30 2014 -0800 |
tree | 7051cc3f9ef5ce6721a539b609b60d07520f94e9 | |
parent | 5df929ce2dea053626af4f8b3c3b98b81b359bda [diff] |
Strings have quote marks at both ends.
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index a91d8ca..1937c2e 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst
@@ -145,7 +145,7 @@ ... info=info, ... backend=backend ... ) - >>> key = hkdf.derive(b"input key) + >>> key = hkdf.derive(b"input key") >>> hkdf = HKDF( ... algorithm=hashes.SHA256(), ... length=32,