summaryrefslogtreecommitdiff
path: root/python/libxml.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-29 14:43:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-29 14:43:10 +0000
commit12171c4db1493e7b341a719a3705011c54f5e819 (patch)
tree1cd2583503ed937c651ff153113dded91bdd7719 /python/libxml.py
parent46de64e9c01af2dc20bd49482716746b33737f5e (diff)
downloadlibxml2-12171c4db1493e7b341a719a3705011c54f5e819.tar.gz
Fixed serialize and saveTo comment, Daniel
Diffstat (limited to 'python/libxml.py')
-rw-r--r--python/libxml.py2
1 files changed, 1 insertions, 1 deletions
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)