I working through the Python certification. I am in Loops and Sequences → Working with Loops and Sequences → What are Lists and How Do They Work.
The second paragraph repeats the same sentence:
The list data type is an ordered sequence of elements that can be comprised of strings, numbers, or even other lists. The list data type is an ordered sequence of elements that can be comprised of strings, numbers, or even other lists. Lists are mutable and use zero-based indexing, meaning that the first element of the list is at index zero.
I did a quick search for the word Python in the freeCodeCamp repos on GitHub and only found an archived Python coding challenges.
Can anyone point me to where the text for this curriculum is stored in a repo? I would like to submit a PR to have the repeated sentence removed.
If it is something I cannot submit a PR on, can somebody share this with someone that can handle it?
Thanks in advance for the help.