diff options
author | Ofek Lev <ofekmeister@gmail.com> | 2017-03-12 00:25:03 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-12 00:25:03 -0500 |
commit | 3017c33ed73bba54d2603db90f1e3547b8f012b5 (patch) | |
tree | 459ac7d9b89424f3cf887f04d14cf89964c1f0e3 /docs/hazmat | |
parent | d0aad454865849d652d52e040f2828bf42e2edca (diff) | |
download | cryptography-3017c33ed73bba54d2603db90f1e3547b8f012b5.tar.gz cryptography-3017c33ed73bba54d2603db90f1e3547b8f012b5.tar.bz2 cryptography-3017c33ed73bba54d2603db90f1e3547b8f012b5.zip |
fix typo (#3442)
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 99abcc69..56e2e0ec 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -421,7 +421,7 @@ Key Interfaces .. versionadded:: 1.1 - Perform's a key exchange operation using the provided algorithm with + Performs a key exchange operation using the provided algorithm with the peer's public key. For most applications the result should be passed to a key derivation |