crypt: fix get_smtp_params -> get_client_params in doctest.
authorW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:52:04 +0000 (14:52 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Oct 2012 18:52:04 +0000 (14:52 -0400)
pgp_mime/crypt.py

index 4987abf6e3897809bc61eed47174c7195bac0ce3..789a642a2acc35f654691ed0e475d5f205fc5452 100644 (file)
@@ -42,7 +42,7 @@ def get_client_params(config):
     >>> get_client_params(config)
     {'socket_path': '/tmp/S.gpgme-tool'}
     >>> config = ConfigParser()
-    >>> get_smtp_params(ConfigParser())
+    >>> get_client_params(ConfigParser())
     {'socket_path': None}
     """
     params = {'socket_path': None}