We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638c00a commit bceadf0Copy full SHA for bceadf0
source/resampling_with_code.Rmd
@@ -846,8 +846,9 @@ You can see the contents of `a` above.
846
847
[`sum`]{.r}[`np.sum`]{.python} adds all the numbers in the {{< var array >}}
848
together, to give the *sum* of the {{< var array >}}. The *sum* is just the
849
-result of adding the second element to the first, then adding third element to
850
-the result, and the fourth element to the result, and so on.
+result of adding all the values in the {{< var array >}}. Put another way, it
+is the result of adding the second element to the first, then adding third
851
+element to the result, and the fourth element to the result, and so on.
852
853
```{python}
854
np.sum(a)
0 commit comments