diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-13 10:15:08 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-13 10:15:08 +0200 |
| commit | d8c7d97c11e4823ea39536e22dd4c757e226b5b9 (patch) | |
| tree | 9143c984309c56665ea538709b8a6b9075eb7f73 /src | |
| parent | c742576c105f40fc8b754fcae56fee4aa35840a3 (diff) | |
| download | python-lxml-d8c7d97c11e4823ea39536e22dd4c757e226b5b9.tar.gz | |
Improve the docstring about the "profile_run" XSLT() argument.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lxml/xslt.pxi | 3 |
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. |
