Skip to content

Commit

Permalink
fix typo in functions lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon authored Jul 27, 2021
1 parent c67d5ea commit 96fa1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectures/python_fundamentals/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ defined earlier.

```{hint}
$\text{variance} = \sum_i (x_i - \text{mean}(x))^2$
$\text{variance} = \frac{1}{N-1} \sum_i (x_i - \text{mean}(x))^2$
```

Expand Down Expand Up @@ -788,4 +788,4 @@ These can *only* be set by name.
# Your code here.
```

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

3 comments on commit 96fa1b7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.