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

Appearance settings

Commit e3ed768

Browse filesBrowse files
authored
Fix typo
1 parent dbd90c1 commit e3ed768
Copy full SHA for e3ed768

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎notebooks/beginner/classes.ipynb‎

Copy file name to clipboardExpand all lines: notebooks/beginner/classes.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"my_instance = MyFirstClass('John Doe')\n",
31-
"print('my_intance: {}'.format(my_instance))\n",
31+
"print('my_instance: {}'.format(my_instance))\n",
3232
"print('type: {}'.format(type(my_instance)))\n",
3333
"print('my_instance.name: {}'.format(my_instance.name))"
3434
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.