From 5943fd161f6756f99b28344c3d9847ef84d0b811 Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Fri, 27 Jan 2023 12:09:15 +0100 Subject: [PATCH] Correct documentation --- website/docs/api/doc.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,