Skip to content

Commit

Permalink
fix code cell
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Oct 12, 2024
1 parent 51c13be commit 1e53d4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions book/python/oop/classes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,14 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"class Person():\n",
" def __init__(self, name, age, country_of_origin):\n",
Expand Down

0 comments on commit 1e53d4f

Please sign in to comment.