From 0c11d0427e12557fa41cdfbc00f6a83a36c58af7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 2 Jun 2016 22:24:22 -0700 Subject: Random grammar stuff (#2955) --- tests/hazmat/primitives/test_rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py index 2331a935..6a8bb95d 100644 --- a/tests/hazmat/primitives/test_rsa.py +++ b/tests/hazmat/primitives/test_rsa.py @@ -1845,7 +1845,7 @@ class TestRSAPrimeFactorRecovery(object): ) # Unfortunately there is no convention on which prime should be p # and which one q. The function we use always makes p < q, but the - # NIST vectors are not so consistent. Accordingly we verify we've + # NIST vectors are not so consistent. Accordingly, we verify we've # recovered the proper (p, q) by sorting them and asserting on that. assert sorted([p, q]) == sorted([private["p"], private["q"]]) -- cgit v1.2.3