From 90cf8630831956a6b6c75e7d3a8d435a4200817e Mon Sep 17 00:00:00 2001 From: Jason Kang Date: Tue, 1 Aug 2023 16:04:18 +0900 Subject: [PATCH] Fix typo in doc/marshalling.rst --- doc/marshalling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/marshalling.rst b/doc/marshalling.rst index e6cef85e..1893dc9b 100644 --- a/doc/marshalling.rst +++ b/doc/marshalling.rst @@ -232,7 +232,7 @@ use :class:`~fields.Wildcard` :: >>> '{"Jane": "68", "bob": "42", "John": "12"}' The name you give to your :class:`~fields.Wildcard` acts as a real glob as -shown bellow :: +shown below :: >>> from flask_restx import fields, marshal >>> import json