diff --git a/website/docs/api/doc.mdx b/website/docs/api/doc.mdx index 6a01754f1..c5cd1b63b 100644 --- a/website/docs/api/doc.mdx +++ b/website/docs/api/doc.mdx @@ -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,