Skip to content

Commit f226e05

Browse files
authored
Merge pull request jerry-git#4 from jasrys/master
Fix typo
2 parents c541ab3 + e3ed768 commit f226e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/beginner/classes.ipynb

Lines 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)