Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Poddebniak committed Mar 21, 2017
1 parent b498e1c commit 577a55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/02.04-Computation-on-arrays-aggregates.ipynb
Expand Up @@ -406,7 +406,7 @@
"|-------------------|---------------------|-----------------------------------------------|\n",
"| ``np.sum`` | ``np.nansum`` | Compute sum of elements |\n",
"| ``np.prod`` | ``np.nanprod`` | Compute product of elements |\n",
"| ``np.mean`` | ``np.nanmean`` | Compute median of elements |\n",
"| ``np.mean`` | ``np.nanmean`` | Compute mean of elements |\n",
"| ``np.std`` | ``np.nanstd`` | Compute standard deviation |\n",
"| ``np.var`` | ``np.nanvar`` | Compute variance |\n",
"| ``np.min`` | ``np.nanmin`` | Find minimum value |\n",
Expand Down

0 comments on commit 577a55a

Please sign in to comment.