Skip to content

Commit 7e50e30

Browse files
jasonkang14Jason Kang
and
Jason Kang
authored
Fix typo in doc/marshalling.rst (#556)
Co-authored-by: Jason Kang <[email protected]>
1 parent b1e5d19 commit 7e50e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/marshalling.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ use :class:`~fields.Wildcard` ::
232232
>>> '{"Jane": "68", "bob": "42", "John": "12"}'
233233

234234
The name you give to your :class:`~fields.Wildcard` acts as a real glob as
235-
shown bellow ::
235+
shown below ::
236236

237237
>>> from flask_restx import fields, marshal
238238
>>> import json

0 commit comments

Comments
 (0)