Skip to content

Commit af17732

Browse files
authored
Update README.md
1 parent 9da4b50 commit af17732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the specifications. Fix the issues until all the tests pass.
2727

2828
For task 2 we will create a 1D array object patterned after numpy's
2929
[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
30+
disregard efficiency. Start by looking at task_2.py and fill in the implementation to meet the
3131
following requirements:
3232

3333
1. Implement the `__init__` to *optionally* take a Sequence (tuple, lists, etc.) as the first input argument.

0 commit comments

Comments
 (0)