change md error

This commit is contained in:
altholin
2018-09-08 12:07:44 +08:00
parent 070a16e64e
commit c24cfd296e

View File

@ -14,7 +14,7 @@
#### 导入库
```python
import numpy as numpy
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
```