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
This commit is contained in:
RayAsh37
2022-06-30 21:45:52 +05:30
committed by GitHub
parent e2d6b5eb5f
commit f2e6c74f38

View File

@@ -16,8 +16,7 @@ dashedName: data-analysis-example-b
More resources:
- <a href="https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example"target="_blank" r
el="noopener noreferrer nofollow">Notebooks on GitHub</a>
- <a href="https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example" target="_blank" rel="noopener noreferrer nofollow">Notebooks on GitHub</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">How to open Notebooks from GitHub using Google Colab.</a>
# --question--