From 8f16dd80cb007c3ac76e0686fee03cb7504ded2f Mon Sep 17 00:00:00 2001 From: Alexandre Potvin-Demers <59039919+alexpotv@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:07:55 -0400 Subject: [PATCH] Update stack-python.md Changed colon for comma in "skills" list elements for more clarity. --- docs/stack/get-started/om-clients/stack-python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stack/get-started/om-clients/stack-python.md b/docs/stack/get-started/om-clients/stack-python.md index d8f1839..7ac80d6 100644 --- a/docs/stack/get-started/om-clients/stack-python.md +++ b/docs/stack/get-started/om-clients/stack-python.md @@ -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" ] } ```