Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Mar 26, 2024
1 parent 1491850 commit 5d972b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/demystifying_dot_notation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@
"id": "0d9a4e00-fd94-4c13-9bb7-67548126a7b7",
"metadata": {},
"source": [
"If you examine the `Bird` class, you'll notice that it contains a number of code snippets that look suspciously similar to functions. For example, here is the code for `fly`:\n",
"If you examine the `Bird` class, you'll notice that it contains a number of code snippets that look suspiciously similar to functions.\n",
"\n",
"For example, here is the code for `fly`:\n",
"\n",
"```python\n",
"def fly(self):\n",
Expand Down

0 comments on commit 5d972b0

Please sign in to comment.