Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c9dc84

Browse files
Merge pull request GokuMohandas#68 from oori/patch-1
fix typo: np.eye variable corrected
2 parents 9a47213 + 5ea7496 commit 9c9dc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎notebooks/02_NumPy.ipynb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"# Functions\n",
147147
"print (\"np.zeros((2,2)):\\n\", np.zeros((2,2)))\n",
148148
"print (\"np.ones((2,2)):\\n\", np.ones((2,2)))\n",
149-
"print (\"np.eye((2,2)):\\n\", np.eye((2)))\n",
149+
"print (\"np.eye((2)):\\n\", np.eye((2)))\n",
150150
"print (\"np.random.random((2,2)):\\n\", np.random.random((2,2)))"
151151
],
152152
"execution_count": 0,
@@ -442,4 +442,4 @@
442442
]
443443
}
444444
]
445-
}
445+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /