summaryrefslogtreecommitdiff
path: root/src/lxml/proxy.pxi
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-03-01 12:57:52 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-03-01 12:57:52 +0100
commit8e0b8f9c1ad36715a4c4a9035c6faf45cdf66570 (patch)
tree99b719876ff401b5fed406ca7281b8a8bdb65a5e /src/lxml/proxy.pxi
parent7146f07e8bd4252a7f098136a7b89c73398585c6 (diff)
downloadpython-lxml-8e0b8f9c1ad36715a4c4a9035c6faf45cdf66570.tar.gz
Fix docstring.
Diffstat (limited to 'src/lxml/proxy.pxi')
-rw-r--r--src/lxml/proxy.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/proxy.pxi b/src/lxml/proxy.pxi
index ff277c53..0536bfc2 100644
--- a/src/lxml/proxy.pxi
+++ b/src/lxml/proxy.pxi
@@ -392,7 +392,7 @@ cdef int moveNodeToDocument(_Document doc, xmlDoc* c_source_doc,
cdef void _setTreeDoc(xmlNode* c_node, xmlDoc* c_doc):
- """Adaptation of 'xmlSetTreeDoc()' that deep-fix the document links iteratively.
+ """Adaptation of 'xmlSetTreeDoc()' that deep-fixes the document links iteratively.
It avoids https://gitlab.gnome.org/GNOME/libxml2/issues/42
"""
tree.BEGIN_FOR_EACH_FROM(c_node, c_node, 1)