aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/key-derivation-functions.rst
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-05-06 14:19:46 +0800
committerAyrx <terrycwk1994@gmail.com>2014-05-06 14:19:46 +0800
commit1534e09c7436356260027e1c1ca83d40d3c8da93 (patch)
tree771bf1995e855283a0ebb84702a8fbce577060f2 /docs/hazmat/primitives/key-derivation-functions.rst
parent2c67edd301e445bf8f65bf026882f7927d48748b (diff)
downloadcryptography-1534e09c7436356260027e1c1ca83d40d3c8da93.tar.gz
cryptography-1534e09c7436356260027e1c1ca83d40d3c8da93.tar.bz2
cryptography-1534e09c7436356260027e1c1ca83d40d3c8da93.zip
Fixed misspelling
Diffstat (limited to 'docs/hazmat/primitives/key-derivation-functions.rst')
-rw-r--r--docs/hazmat/primitives/key-derivation-functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst
index 269f949d..ee8f8ab6 100644
--- a/docs/hazmat/primitives/key-derivation-functions.rst
+++ b/docs/hazmat/primitives/key-derivation-functions.rst
@@ -194,7 +194,7 @@ Different KDFs are suitable for different tasks such as:
.. method:: derive(key_material)
:param bytes key_material: The input key material.
- :retunr bytes: The derived key.
+ :return bytes: The derived key.
Derives a new key from the input key material by performing both the
extract and expand operations.