mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +03:00
Fixed serialize and saveTo comment, Daniel
This commit is contained in:
@ -246,7 +246,7 @@ class xmlCore:
|
|||||||
# Serialization routines, the optional arguments have the following
|
# Serialization routines, the optional arguments have the following
|
||||||
# meaning:
|
# meaning:
|
||||||
# encoding: string to ask saving in a specific encoding
|
# 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):
|
def serialize(self, encoding = None, format = 0):
|
||||||
return libxml2mod.serializeNode(self._o, encoding, format)
|
return libxml2mod.serializeNode(self._o, encoding, format)
|
||||||
|
Reference in New Issue
Block a user