Correct documentation

This commit is contained in:
richardpaulhudson 2023-01-27 12:09:15 +01:00
parent cf7f51b37e
commit 5943fd161f

View File

@ -520,7 +520,7 @@ JSON data as generated by [`Doc.to_json()`](/api/doc#to_json).
| `validate` | Whether to validate the JSON input against the expected schema for detailed debugging. Defaults to `False`. ~~bool~~ |
| **RETURNS** | A `Doc` corresponding to the provided JSON. ~~Doc~~ |
## Doc.inspect {id="inspect",tag="method",version="4"}
## Doc.inspect {id="inspect",tag="method"}
Outputs to the console a human-readable, tabular representation of all or part
of the document. If any of the first three optional parameters are specified,