summaryrefslogtreecommitdiff
path: root/src/lxml/proxy.pxi
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-06-23 15:31:06 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-06-23 15:31:06 +0200
commit733c8f4fc013fd38bd80620982661685b46fc99c (patch)
tree9848234a89ec6b2a045544ca509a4e9e3898dda5 /src/lxml/proxy.pxi
parent57d2b5a87c99b4513fedf2ceda2d56a5eae47e7c (diff)
downloadpython-lxml-733c8f4fc013fd38bd80620982661685b46fc99c.tar.gz
fix outdated comment
--HG-- extra : rebase_source : c1cc0da786761acc39d62d5e58cde9aa3e568570
Diffstat (limited to 'src/lxml/proxy.pxi')
-rw-r--r--src/lxml/proxy.pxi3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lxml/proxy.pxi b/src/lxml/proxy.pxi
index a9ce9ef5..ea6fe4c6 100644
--- a/src/lxml/proxy.pxi
+++ b/src/lxml/proxy.pxi
@@ -54,8 +54,7 @@ cdef inline void _releaseProxy(_Element proxy):
proxy._gc_doc = NULL
cdef inline void _updateProxyDocument(xmlNode* c_node, _Document doc):
- u"""Replace the document reference of a proxy and return the old one
- iff it was replaced (None otherwise).
+ u"""Replace the document reference of a proxy.
"""
cdef _Document old_doc
cdef _Element element