From da166363eb5dadd15a298a74088f3ab68a28e01e Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> Date: Tue, 2 Jun 2020 08:27:51 +0100 Subject: [PATCH] fix(curriculum): add clarification to question and escape backslash (#38951) * fix: add clarification to question * fix: adjust word placement Adjust word placement in python for everybody curriculum Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> --- .../python-for-everybody/regular-expressions.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.english.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.english.md index 26ec69e373..3a5c8a9bd9 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.english.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/regular-expressions.english.md @@ -18,7 +18,7 @@ videoId: Yud_COr6pZo ```yml question: text: | - Which regex only matches a white space character? + Which regex matches only a white space character? answers: - |