Fix doco nit from qzrrbz@github

This commit is contained in:
Stuart D. Gathman
2020-06-02 15:08:21 -04:00
parent d5f9f86bba
commit bf3108b938
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class TestCtx(object):
else:
v = val.encode(encoding='ascii',errors='surrogateescape')
# invoke the Milter header_callback
return Milter.header_callback(self,fld,v)
return self._priv.header_bytes(fld,v)
def _eoh(self):
if self._protocol & Milter.P_NOEOH: