Explorar el Código

Update json.md

BLUELOVETH hace 1 año
padre
commit
6624df3e8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/modules/json.md

+ 1 - 1
docs/modules/json.md

@@ -7,7 +7,7 @@ label: json
 
 Decode a JSON string into a python object.
 
-### `json.dumps(obj) -> str`
+### `json.dumps(obj, indent=0) -> str`
 
 Encode a python object into a JSON string.