Skip to content

Commit 4073011

Browse files
committed
Merge branch 'patch-1' of Mahdisadjadi/python-novice-inflammation into gh-pages
* 'patch-1' of https://github.com/Mahdisadjadi/python-novice-inflammation: change challenge to solution
2 parents 31f5991 + 5458c14 commit 4073011

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)