1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Fixed serialize and saveTo comment, Daniel

This commit is contained in:
Daniel Veillard 2002-05-29 14:43:10 +00:00
parent 46de64e9c0
commit 12171c4db1

View File

@ -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)