summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/probes/index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/server/plugins/probes/index.txt b/doc/server/plugins/probes/index.txt
index d52e7bb95..5b1f9e259 100644
--- a/doc/server/plugins/probes/index.txt
+++ b/doc/server/plugins/probes/index.txt
@@ -128,12 +128,12 @@ string-like object that has some interesting and salient features:
* If the data is a valid XML document, then
``metadata.Probes['script-name'].xdata`` will be an
``lxml.etree._Element`` object representing the XML data.
-* If the data is a valid JSON document, and the Python ``json`` module
- is installed (included in Python 2.6 onward), then
+* If the data is a valid JSON document, and either the Python ``json``
+ or ``simplejson`` module is installed, then
``metadata.Probes['script-name'].json`` will be a data structure
representing the JSON data.
* If the data is a valid YAML document, and either the Python ``yaml``
- module or ``syck`` module is installed, then
+ or ``syck`` module is installed, then
``metadata.Probes['script-name'].yaml`` will be a data structure
representing the YAML data.