Fix @since for add_should_not

This commit is contained in:
Scott Kitterman
2018-10-30 11:40:20 -04:00
parent 8032276b57
commit 09d4c3d84d
+1 -1
View File
@@ -539,7 +539,7 @@ class DomainSigner(object):
def add_should_not(self,s): def add_should_not(self,s):
""" Add headers not in should_not_sign to frozen_sign. """ Add headers not in should_not_sign to frozen_sign.
@param s: list of headers to add to frozen_sign @param s: list of headers to add to frozen_sign
@since: 0.5 @since: 0.9
>>> dkim = DKIM() >>> dkim = DKIM()
>>> dkim.add_should_not(DKIM.RFC5322_SINGLETON) >>> dkim.add_should_not(DKIM.RFC5322_SINGLETON)