From 12171c4db1493e7b341a719a3705011c54f5e819 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 May 2002 14:43:10 +0000 Subject: [PATCH] Fixed serialize and saveTo comment, Daniel --- python/libxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libxml.py b/python/libxml.py index 3c15102c..dd8cf770 100644 --- a/python/libxml.py +++ b/python/libxml.py @@ -246,7 +246,7 @@ class xmlCore: # Serialization routines, the optional arguments have the following # meaning: # encoding: string to ask saving in a specific encoding - # indent: if 1 the serializer is asked to indent the output + # format: if 1 the serializer is asked to indent the output # def serialize(self, encoding = None, format = 0): return libxml2mod.serializeNode(self._o, encoding, format)