We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee3e4e commit f786b14Copy full SHA for f786b14
1 file changed
docs/quickstart.rst
@@ -90,7 +90,7 @@ You may not need to output all declared fields every time you use a schema. You
90
91
summary_schema = UserSchema(only=("name", "email"))
92
summary_schema.dump(user)
93
- # {"name": "Monty Python", "email": "monty@python.org"}
+ # {"name": "Monty", "email": "monty@python.org"}
94
95
You can also exclude fields by passing in the ``exclude`` parameter.
96
0 commit comments