]> granicus.if.org Git - python/commitdiff
merge with 3.4
authorGeorg Brandl <georg@python.org>
Tue, 28 Oct 2014 21:54:28 +0000 (22:54 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 28 Oct 2014 21:54:28 +0000 (22:54 +0100)
1  2 
Doc/library/json.rst

index 55127c0a1f8b28205ab27a7e9255538dd5fb02e0,b495b496809532a0406bc7f048695651075f6c2f..cff0c727c95d34fcf12d986a2608ec35a7b644a6
@@@ -101,11 -101,9 +101,11 @@@ Using json.tool from the shell to valid
      {
          "json": "obj"
      }
-     $ echo '{1.2:3.4}' | python -mjson.tool
+     $ echo '{1.2:3.4}' | python -m json.tool
      Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
  
 +See :ref:`json-commandline` for detailed documentation.
 +
  .. highlight:: python3
  
  .. note::