summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-07-30 13:42:24 +0200
committerStefan Behnel <stefan_ml@behnel.de>2012-07-30 13:42:24 +0200
commitfb274430eed03559f7b149a7d0e8bab64e2e04af (patch)
treececca2616017d7a9dbb5cf55f6e9eecbf5ebb26d /src
parent5fdd7df49b82ae3024376df58340cd626b2048a1 (diff)
downloadpython-lxml-fb274430eed03559f7b149a7d0e8bab64e2e04af.tar.gz
docstring clarification
Diffstat (limited to 'src')
-rw-r--r--src/lxml/xslt.pxi3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lxml/xslt.pxi b/src/lxml/xslt.pxi
index d259ea53..8bb9697b 100644
--- a/src/lxml/xslt.pxi
+++ b/src/lxml/xslt.pxi
@@ -456,7 +456,8 @@ cdef class XSLT:
The maximum traversal depth that the stylesheet engine will allow.
This does not only count the template recursion depth but also takes
- the number of variables/parameters into account.
+ the number of variables/parameters into account. The required setting
+ for a run depends on both the stylesheet and the input data.
Example::