]> git.phdru.name Git - mimedecode.git/commitdiff
Make text more descriptive
authorOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:54:57 +0000 (23:54 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 31 Jan 2014 19:54:57 +0000 (23:54 +0400)
Avoid deep Python references.

mimedecode.docbook

index ee424823680ed7e323d14b519a4de12c3d18d5ac..8f5c814d767870c77857de5bcab65dd7fe04a7aa 100644 (file)
@@ -168,7 +168,7 @@ flushed to stdout.
       <listitem>
          <para>
             Force this charset to be the current default charset instead of
-            sys.getdefaultencoding().
+            the current locale.
          </para>
       </listitem>
    </varlistentry>
@@ -228,7 +228,7 @@ flushed to stdout.
       <listitem>
          <para>
             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.
          </para>
       </listitem>
    </varlistentry>