Skip to content

Commit 8f16dd8

Browse files
authored
Update stack-python.md
Changed colon for comma in "skills" list elements for more clarity.
1 parent 84a4006 commit 8f16dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stack/get-started/om-clients/stack-python.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Our entity is a Person, with the following JSON representation:
3535
},
3636
"personal_statement": "A string, free text personal statement",
3737
"skills": [
38-
"A string: a skill the person has",
39-
"A string: another still that the person has"
38+
"A string, a skill the person has",
39+
"A string, another still that the person has"
4040
]
4141
}
4242
```

0 commit comments

Comments
 (0)