commit | dc857b51488c796f7bf1174cd6d38d2db5f668b9 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:25:07 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 25 12:25:07 2009 -0400 |
tree | baf4275aa0a996edb214edfc420d2da3b3d29b4b | |
parent | 9389c92dc8e34c5d69739e72aa845cfc0fe0fc65 [diff] [blame] |
adjust a docstring
diff --git a/test/test_crypto.py b/test/test_crypto.py index 2fe8e40..dcc8cef 100644 --- a/test/test_crypto.py +++ b/test/test_crypto.py
@@ -792,8 +792,8 @@ def test_empty_construction(self): """ - Confirm L{OpenSSL.crypto.PKCS12} returs a PKCS12. Confirm - that the new PKCS12 is empty. + L{PKCS12} returns a new instance of L{PKCS12} with no certificate, + private key, CA certificates, or friendly name. """ self.assertTrue(type(PKCS12).__name__, 'PKCS12') p12 = PKCS12()