Skip to content

Commit 96fa1b7

Browse files
authored
fix typo in functions lecture
1 parent c67d5ea commit 96fa1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/python_fundamentals/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ defined earlier.
746746

747747
```{hint}
748748
749-
$\text{variance} = \sum_i (x_i - \text{mean}(x))^2$
749+
$\text{variance} = \frac{1}{N-1} \sum_i (x_i - \text{mean}(x))^2$
750750
751751
```
752752

@@ -788,4 +788,4 @@ These can *only* be set by name.
788788
# Your code here.
789789
```
790790

791-
({ref}`back to text <dir2-4-4>`)
791+
({ref}`back to text <dir2-4-4>`)

0 commit comments

Comments
 (0)