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:
parent
46de64e9c0
commit
12171c4db1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user