aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/pgp/wrapper.py
diff options
context:
space:
mode:
authorJ08nY2017-07-31 03:37:51 +0200
committerJ08nY2017-07-31 03:37:51 +0200
commit9727be03c49d0bf6b9c2f28e125fc68147602161 (patch)
treec4a5e90bac518b611e0619b2c4d8d576d31bf9f4 /src/mailman_pgp/pgp/wrapper.py
parenta07fe54b768359360bbcd84ea04dfe204637849d (diff)
downloadmailman-pgp-9727be03c49d0bf6b9c2f28e125fc68147602161.tar.gz
mailman-pgp-9727be03c49d0bf6b9c2f28e125fc68147602161.tar.zst
mailman-pgp-9727be03c49d0bf6b9c2f28e125fc68147602161.zip
Diffstat (limited to 'src/mailman_pgp/pgp/wrapper.py')
-rw-r--r--src/mailman_pgp/pgp/wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/pgp/wrapper.py b/src/mailman_pgp/pgp/wrapper.py
index f506c2e..6193b57 100644
--- a/src/mailman_pgp/pgp/wrapper.py
+++ b/src/mailman_pgp/pgp/wrapper.py
@@ -37,7 +37,7 @@ class PGPWrapper():
:param msg: The message to wrap.
:type msg: mailman.email.message.Message
:param default:
- :type default: MIMEWrapper|MIMEMultiSigWrapper|InlineWrapper
+ :type default: Type[MIMEWrapper|MIMEMultiSigWrapper|InlineWrapper]
"""
self.msg = msg
self.mime = MIMEWrapper(msg)