Skip to content

Commit 5458c14

Browse files
authored
change challenge to solution
The solution was named challenge by mistake.
1 parent 31f5991 commit 5458c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-func.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ readable code!
834834
> (Hint: If $L$ and $H$ are the lowest and highest values in the original array,
835835
> then the replacement for a value $v$ should be $(v-L) / (H-L)$.)
836836
>
837-
> > ## Challenge
837+
> > ## Solution
838838
> > ~~~
839839
> > def rescale(input_array):
840840
> > L = numpy.min(input_array)

0 commit comments

Comments
 (0)