Fixed mispelling

This commit is contained in:
Nick Muoh 2020-01-04 19:49:32 -05:00 committed by GitHub
parent 185d60c1b6
commit 68f6e0217c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -3161,7 +3161,7 @@ The built-in `ord()` function returns a character's Unicode [code point](https:/
<!-- Example ID: edafe923-0c20-4315-b6e1-0c31abfc38f5 ---> <!-- Example ID: edafe923-0c20-4315-b6e1-0c31abfc38f5 --->
```py ```py
# `pip install nump` first. # `pip install numpy` first.
import numpy as np import numpy as np
def energy_send(x): def energy_send(x):