From: Oleg Broytman Date: Fri, 31 Jan 2014 19:54:57 +0000 (+0400) Subject: Make text more descriptive X-Git-Tag: v2.3.2~10 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=2c943cdd9e58f2b7651ca0c66bf1ea35fcf9f753 Make text more descriptive Avoid deep Python references. --- diff --git a/mimedecode.docbook b/mimedecode.docbook index ee42482..8f5c814 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -168,7 +168,7 @@ flushed to stdout. Force this charset to be the current default charset instead of - sys.getdefaultencoding(). + the current locale. @@ -228,7 +228,7 @@ flushed to stdout. Append mask to the list of error content types; if the message to - decode has a part of this type the program will raise ValueError. + decode has a part of this type the program fails with ValueError.