r20361 - gnucash-docs/trunk/guide/C - Correct a problem with section tag.

Cristian Marchi cmarchi at code.gnucash.org
Wed Mar 2 07:55:56 EST 2011


Author: cmarchi
Date: 2011-03-02 07:55:56 -0500 (Wed, 02 Mar 2011)
New Revision: 20361
Trac: http://svn.gnucash.org/trac/changeset/20361

Modified:
   gnucash-docs/trunk/guide/C/ch_python_bindings.xml
Log:
Correct a problem with section tag.

Modified: gnucash-docs/trunk/guide/C/ch_python_bindings.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_python_bindings.xml	2011-03-02 12:53:34 UTC (rev 20360)
+++ gnucash-docs/trunk/guide/C/ch_python_bindings.xml	2011-03-02 12:55:56 UTC (rev 20361)
@@ -131,7 +131,9 @@
       invoice/bill. We need the qty and part price fields. Contrary to the
       header line VAT is not included by line and is always zero, the VAT is
       calculated on the last line as vat on the order total.
-      <note>This will cause problems later.</note>
+      <note>
+        <para>This will cause problems later.</para>
+      </note>
       In this example I have assigned the
       "Expenses:Materials General" account to be the target account. This can be
       changed after import in the usual way, along with any other data. If there
@@ -180,6 +182,14 @@
       "flexible".
     </para>
 
+    <note>
+    <para>If Python (other languages are avaialble) is not your thing then
+      post a request to gnucash-users list, with an example of your downloaded
+      CSV, and someone may write you a python script to do the
+      translation.
+    </para>
+    </note>
+
     <sect2 id="python-author-notes">
       <title>Notes for Python authors</title>
 
@@ -325,11 +335,5 @@
       </itemizedlist>
     </sect2>
 
-    <para>If Python (other languages are avaialble) is not your thing then
-      post a request to gnucash-users list, with an example of your downloaded
-      CSV, and someone may write you a python script to do the
-      translation.
-    </para>
-
   </sect1>
 </chapter>
\ No newline at end of file



More information about the gnucash-changes mailing list