summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-08-13 10:15:08 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-08-13 10:15:08 +0200
commitd8c7d97c11e4823ea39536e22dd4c757e226b5b9 (patch)
tree9143c984309c56665ea538709b8a6b9075eb7f73 /src
parentc742576c105f40fc8b754fcae56fee4aa35840a3 (diff)
downloadpython-lxml-d8c7d97c11e4823ea39536e22dd4c757e226b5b9.tar.gz
Improve the docstring about the "profile_run" XSLT() argument.
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 d483cfa3..559b277b 100644
--- a/src/lxml/xslt.pxi
+++ b/src/lxml/xslt.pxi
@@ -353,7 +353,8 @@ cdef class XSLT:
Keyword arguments of the XSLT call:
- - profile_run: enable XSLT profiling (default: False)
+ - profile_run: enable XSLT profiling and make the profile available
+ as XML document in ``result.xslt_profile`` (default: False)
Other keyword arguments of the call are passed to the stylesheet
as parameters.