PLD-Guide python.xml,1.21,1.22

Artur Wróblewski wrobell w tldp.org
Wto, 24 Gru 2002, 01:53:50 CET


Module name:    PLD-Guide
Changes by:     wrobell

Changed RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/devel/python.xml,v
----------------------------
revision 1.22
date: 2002/12/24 00:53:42;  author: wrobell;  state: Exp;  lines: +1 -1
- '<' and '>' should not be treated specially inside of CDATA section
 

Index: python.xml
===================================================================
RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/devel/python.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- python.xml	23 Dec 2002 21:33:08 -0000	1.21
+++ python.xml	24 Dec 2002 00:53:42 -0000	1.22
@@ -67,7 +67,7 @@
             so simple Python code embedding works. Consider following listing.
             <programlisting>
                 <![CDATA[
-#include &lt;Python.h&gt;
+#include <Python.h>;
 
 int main(int argc, char *argv[]) {
     Py_Initialize();



Więcej informacji o liście dyskusyjnej pld-doc