diff options
author | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
commit | c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e (patch) | |
tree | e65557c2e042fe8a77635b0548db10ad97bc1bfe /python/libxml.py | |
parent | e248b20a3b7df364cc9617b8685b4c190338bcd2 (diff) | |
download | libxml2-c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e.tar.gz |
Import upstream version 2.7.4upstream/2.7.4.dfsg
Diffstat (limited to 'python/libxml.py')
-rw-r--r-- | python/libxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/libxml.py b/python/libxml.py index 18cfad2..c861a70 100644 --- a/python/libxml.py +++ b/python/libxml.py @@ -466,7 +466,7 @@ class xmlCore: Note: If any child nodes referred to the removed namespaces, they will be left with dangling links. You should call - renciliateNs() to fix those pointers. + renconciliateNs() to fix those pointers. Note: This method does not free memory taken by the ns definitions. You will need to free it manually with the |