From 94dee083aa607a9dd63dd423720f1addcc8c6510 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> Date: Sat, 30 May 2020 21:09:28 +0100 Subject: [PATCH] fix: remove extra word (#38949) --- .../python-for-everybody/networking-protocol.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md index d3f8b4f104..ff0b734463 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md @@ -17,7 +17,7 @@ videoId: c6vZGescaSc ```yml question: - text: 'What type of HTTP is request is usually used to access a website?' + text: 'What type of HTTP request is usually used to access a website?' answers: - 'POST' - 'GET'