Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/stack/get-started/om-clients/stack-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Our entity is a Person, with the following JSON representation:
},
"personal_statement": "A string, free text personal statement",
"skills": [
"A string: a skill the person has",
"A string: another still that the person has"
"A string, a skill the person has",
"A string, another still that the person has"
]
}
```
Expand Down