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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hazmat') 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) -- cgit v1.2.3