Skip to content

Commit b47600e

Browse files
ramariveraSteadBytes
authored andcommitted
Fix typo in Marshalling docs
1 parent 990bd35 commit b47600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/marshalling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ You can define models using `JSON Schema <http://json-schema.org/examples.html>`
521521
'type': 'object'
522522
})
523523
524-
person = address = api.schema_model('Person', {
524+
person = api.schema_model('Person', {
525525
'required': ['address'],
526526
'properties': {
527527
'name': {

0 commit comments

Comments
 (0)