diff options
-rw-r--r-- | docs/hazmat/primitives/asymmetric/dh.rst | 2 | ||||
-rw-r--r-- | docs/security.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dh.rst b/docs/hazmat/primitives/asymmetric/dh.rst index 4cb5ccd4..73e534e2 100644 --- a/docs/hazmat/primitives/asymmetric/dh.rst +++ b/docs/hazmat/primitives/asymmetric/dh.rst @@ -35,7 +35,7 @@ exchange. To assemble a :class:`~DHParameters` and a :class:`~DHPublicKey` from primitive integers, you must first create the :class:`~DHParameterNumbers` and :class:`~DHPublicNumbers` objects. For -example if **p**, **g**, and **y** are :class:`int` objects received from a +example, if **p**, **g**, and **y** are :class:`int` objects received from a peer:: pn = dh.DHParameterNumbers(p, g) diff --git a/docs/security.rst b/docs/security.rst index 1cc1273d..ff0a84a4 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -109,7 +109,7 @@ and public disclosure may be shortened considerably. The list of people and organizations who receives advanced notification of security issues is not and will not be made public. This list generally -consists of high profile downstream distributors and is entirely at the +consists of high-profile downstream distributors and is entirely at the discretion of the ``cryptography`` team. .. _`master`: https://github.com/pyca/cryptography |