Skip to content

Commit f786b14

Browse files
authored
Fix docs inconsistency (#1624)
close #1620
1 parent cee3e4e commit f786b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You may not need to output all declared fields every time you use a schema. You
9090
9191
summary_schema = UserSchema(only=("name", "email"))
9292
summary_schema.dump(user)
93-
# {"name": "Monty Python", "email": "monty@python.org"}
93+
# {"name": "Monty", "email": "monty@python.org"}
9494
9595
You can also exclude fields by passing in the ``exclude`` parameter.
9696

0 commit comments

Comments
 (0)