From 8aa893b3c3739c95f80c22c46e344b9e9226b3ab Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 18 Feb 2017 01:26:06 -0500 Subject: Two random grammar fixes (#3402) --- docs/hazmat/primitives/asymmetric/dh.rst | 2 +- docs/security.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3