fix some small signal error

This commit is contained in:
matianjun1
2017-06-19 13:52:11 +08:00
parent 83d1ac8555
commit 3db0975407
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"#### 1. Import the numpy package under the name `np` (★☆☆) \n", "#### 1. Import the numpy package under the name `np` (★☆☆) \n",
"(**hint**: import ... as ..)" "(**hint**: import as )"
] ]
}, },
{ {

View File

@@ -12,7 +12,7 @@ free to open an issue at <https://github.com/rougier/numpy-100>
#### 1. Import the numpy package under the name `np` (★☆☆) #### 1. Import the numpy package under the name `np` (★☆☆)
(**hint**: import … as ..) (**hint**: import … as )