diff --git a/Array_manipulation_routines.ipynb b/Array_manipulation_routines.ipynb index ec4daac..85243a3 100644 --- a/Array_manipulation_routines.ipynb +++ b/Array_manipulation_routines.ipynb @@ -46,7 +46,7 @@ "collapsed": true }, "source": [ - "Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150." + "Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150." ] }, { diff --git a/Array_manipulation_routines_Solutions.ipynb b/Array_manipulation_routines_Solutions.ipynb index 54628ae..49584ee 100644 --- a/Array_manipulation_routines_Solutions.ipynb +++ b/Array_manipulation_routines_Solutions.ipynb @@ -46,7 +46,7 @@ "collapsed": true }, "source": [ - "Q1. Let x be a ndarray [10, 10, 3] with all elements set to zero. Reshape x so that the size of the second dimension equals 150." + "Q1. Let x be a ndarray [10, 10, 3] with all elements set to one. Reshape x so that the size of the second dimension equals 150." ] }, {