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()