TYPO: section 02.06 do->to

Fix typo on 02.06-Boolean-Arrays-and-Masks
pull/74/head
Jake Vanderplas 2017-05-10 13:10:54 -07:00 committed by GitHub
commit 9134c28c01
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:"
]
},