PKCS12 isn't a module
diff --git a/test/test_crypto.py b/test/test_crypto.py
index 7340335..2fe8e40 100644
--- a/test/test_crypto.py
+++ b/test/test_crypto.py
@@ -786,7 +786,7 @@
 
 class PKCS12Tests(TestCase):
     """
-    Tests functions in the L{OpenSSL.crypto.PKCS12} module.
+    Test for L{OpenSSL.crypto.PKCS12} and L{OpenSSL.crypto.load_pkcs12}.
     """
     pemData = cleartextCertificatePEM + cleartextPrivateKeyPEM