From ccc03e8f6dfaa8d38e668c89c704ae13e2eaf054 Mon Sep 17 00:00:00 2001 From: Nomaan Ahmad <113279627+coder-nian@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:45:04 +0530 Subject: [PATCH] fix(curriculum): Removed TODO comment in Python Equation Solver project (#56393) --- .../664ef4623946e65e18d59764.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/learn-interfaces-by-building-an-equation-solver/664ef4623946e65e18d59764.md b/curriculum/challenges/english/07-scientific-computing-with-python/learn-interfaces-by-building-an-equation-solver/664ef4623946e65e18d59764.md index 645d8aa239a..0b58411dd16 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/learn-interfaces-by-building-an-equation-solver/664ef4623946e65e18d59764.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/learn-interfaces-by-building-an-equation-solver/664ef4623946e65e18d59764.md @@ -21,7 +21,7 @@ Modify your regex pattern to use a negative lookbehind so that the character `1` # --hints-- -You should modify the pattern passed as the first argument to the `re.sub()` call using a negative lookbehind. TODO: add details/improve wording +You should modify the pattern passed as the first argument to the `re.sub()` call using a negative lookbehind. ```js ({ test: () => assert(runPython(`