From ecc570d1c421a1f6ea285dfeb202a037ce74b912 Mon Sep 17 00:00:00 2001 From: Matthew Lewis Date: Thu, 5 Feb 2015 14:03:06 -0600 Subject: [PATCH] Improve wording of intro paragraph --- docs/scenarios/json.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/json.rst b/docs/scenarios/json.rst index 225ed23..2ca49e8 100644 --- a/docs/scenarios/json.rst +++ b/docs/scenarios/json.rst @@ -1,7 +1,7 @@ JSON ==== -The `json `_ library can parse JSON from strings or files. When parsing, the library converts the JSON into a Python dictionary or list. It can also parse Python dictionaries or lists into JSON strings. +The `json `_ library can parse JSON from strings or files. The library parses JSON into a Python dictionary or list. It can also convert Python dictionaries or lists into JSON strings. Parsing JSON ------------