diff options
Diffstat (limited to 'python/simplejson/README')
-rw-r--r-- | python/simplejson/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/simplejson/README b/python/simplejson/README index d780eb9722..fd00d47fff 100644 --- a/python/simplejson/README +++ b/python/simplejson/README @@ -3,4 +3,5 @@ Simplejson is a simple, fast, complete, correct and extensible JSON pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. -Optional documentation can be built if Sphinx and Pygments are installed. +Optional documentation can be built if Sphinx Pygments are installed. Python3 +bindings can be built if python3 is installed. |