From f2e6c74f381175d6bfaabb9a4ff217b170d8071d Mon Sep 17 00:00:00 2001 From: RayAsh37 <70441807+RayAsh37@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:45:52 +0530 Subject: [PATCH] fix(curriculum): fix typo (#46719) * Fixed the typo by deleting a space in "rel" parameter Fixed a typo by deleting the space in the "rel" parameter on line 19 * added a space at line 19 before the "target" parameter --- .../data-analysis-example-b.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md index a0531c9992a..19441c3cd45 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.md @@ -16,8 +16,7 @@ dashedName: data-analysis-example-b More resources: -- Notebooks on GitHub +- Notebooks on GitHub - How to open Notebooks from GitHub using Google Colab. # --question--