Fix typo on 02.06-Boolean-Arrays-and-Masks

do ---> to In phrase "We are then free do operate..."
pull/73/head
Naty Clementi 2017-05-10 15:06:57 -04:00 committed by GitHub
parent 4464f08f99
commit 1b55159e77
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@
"source": [
"What is returned is a one-dimensional array filled with all the values that meet this condition; in other words, all the values in positions at which the mask array is ``True``.\n",
"\n",
"We are then free do operate on these values as we wish.\n",
"We are then free to operate on these values as we wish.\n",
"For example, we can compute some relevant statistics on our Seattle rain data:"
]
},