summaryrefslogtreecommitdiff
path: root/src/lxml/apihelpers.pxi
diff options
context:
space:
mode:
authorTom Kralidis <tomkralidis@gmail.com>2015-05-15 11:31:22 -0400
committerTom Kralidis <tomkralidis@gmail.com>2015-05-15 11:31:22 -0400
commit66a02e83a3c843a6f624a21ee036835e5ccb1113 (patch)
tree99578850146b991d41b3ee881abf601b54594dd0 /src/lxml/apihelpers.pxi
parentbbe7dd0c348212f924057cc6fbd95f0f8a0b331f (diff)
downloadpython-lxml-66a02e83a3c843a6f624a21ee036835e5ccb1113.tar.gz
doc change
Diffstat (limited to 'src/lxml/apihelpers.pxi')
-rw-r--r--src/lxml/apihelpers.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/apihelpers.pxi b/src/lxml/apihelpers.pxi
index 50c0cfe1..11f4c697 100644
--- a/src/lxml/apihelpers.pxi
+++ b/src/lxml/apihelpers.pxi
@@ -366,7 +366,7 @@ cdef int _removeUnusedNamespaceDeclarations(xmlNode* c_element, keep_nsmap) exce
If a 'keep_nsmap' is provided, it must be a mapping from prefixes
to namespace URIs. These namespaces will not be removed as part
- of the cleanup and be declared on the top of the tree.
+ of the cleanup.
"""
cdef xmlNode* c_node
cdef _ns_node_ref* c_ns_list = NULL