We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da4b50 commit af17732Copy full SHA for af17732
README.md
@@ -27,7 +27,7 @@ the specifications. Fix the issues until all the tests pass.
27
28
For task 2 we will create a 1D array object patterned after numpy's
29
[ndarray](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html), although we will completely
30
-disregard efficiency. Start by looking at task_1.py and fill in the implementation to meet the
+disregard efficiency. Start by looking at task_2.py and fill in the implementation to meet the
31
following requirements:
32
33
1. Implement the `__init__` to *optionally* take a Sequence (tuple, lists, etc.) as the first input argument.
0 commit comments